From 6f4b3566aeced5f7cda5f807236b0522f0ac9fbf Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:29:11 +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 f4ca5a152..394bc15f7 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 99c25b95c..2fba13106 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -453,6 +453,7 @@ def spread(arg): + ```