From 790551138e1f296e8851142932482e05cef94731 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:25:19 +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 4a7d5f69c..44843069c 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 11dc68254..7dba88717 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -531,6 +531,7 @@ def spread(arg): + ```