From de49af96313d74a92aee15d549c6cabc665826a8 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:16:47 +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 549c1e5db..9a5820790 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 05b884669..df11290b8 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -435,6 +435,7 @@ def spread(arg): + ```