From de48e8ef14216db0f6631035aac0ce05b380d1ee Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:35:27 +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 37b31c3c3..b1c12b127 100644 --- a/README.md +++ b/README.md @@ -617,6 +617,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8876600a4..f1cadd8a0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -543,6 +543,7 @@ def spread(arg): + ```