From 685e6327cdcb861780e91f04ab21bc62c18fbb27 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:32:59 +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 cfb580847..f24a6c309 100644 --- a/README.md +++ b/README.md @@ -735,6 +735,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 18324108f..d26ab8165 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -661,6 +661,7 @@ def spread(arg): + ```