From f6d20e724256ac27f0fea3d115e5dae3378e1936 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:26:08 +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 7a7f76508..81edb03f3 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f756129cb..d93f5909f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -359,6 +359,7 @@ def spread(arg): + ```