From b35913ea5df3873081c41331537e8a4cc76078ce Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:19:16 +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 4bfb06ca0..f3c543272 100644 --- a/README.md +++ b/README.md @@ -666,6 +666,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7c7a3a1a6..09d4a3090 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -592,6 +592,7 @@ def spread(arg): + ```