From 4d428cfe007438800892eb8cfafdf36de82d67cf Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:35:05 +0000 Subject: [PATCH] travis_commit --- README.md | 1 + snippets/deep_flatten.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 91b5fa7cc..ec39ff0e7 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1aee18894..aa5f8da51 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -370,6 +370,7 @@ def spread(arg): + ```