From 4c97116c696c948024bd09f516fb2262518e42ad Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 02:32:16 +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 73d2c65d2..168057aa0 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 688043b83..cda5b33e5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -276,6 +276,7 @@ def spread(arg): + ```