From a4bd7c9ffc1d460c6496d748a6863045a516a8ec Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:43:26 +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 fdc9f25ce..cfe567d4c 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0e730125c..005ae24bd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -551,6 +551,7 @@ def spread(arg): + ```