From 5f399e905ca0a6b32fb2725b669b94a9a6847c15 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:07:30 +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 89b39049d..b36c08ea3 100644 --- a/README.md +++ b/README.md @@ -707,6 +707,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3f4bce1d9..19039dd1a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -633,6 +633,7 @@ def spread(arg): + ```