From a20159de45ecd4a968fc842e40cb87062654c2ff Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:10:23 +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 404d0a79d..40a31d4b2 100644 --- a/README.md +++ b/README.md @@ -711,6 +711,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index ebee79235..8ed905795 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -637,6 +637,7 @@ def spread(arg): + ```