From f20d548e84e03727d7747311b4a02d6b6f53167b Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:57:50 +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 5212ed484..a71a7b174 100644 --- a/README.md +++ b/README.md @@ -573,6 +573,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 94b5c95c2..cee62710c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -499,6 +499,7 @@ def spread(arg): + ```