From c0be9d89abd8dac5ebeb783e22cbf0c5854a9174 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 02:05:31 +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 b34fcb58a..fc8869e9b 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 13076842c..cd0ec4142 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -234,6 +234,7 @@ def spread(arg): + ```