From ef63b4e654b58695afd6c0f450413175f1820f9e Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:59:35 +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 69193700d..111185798 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index bd8c8ccc4..cc2a26e73 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -139,6 +139,7 @@ def spread(arg): + ```