From 8c4a70f40d8b18f13d02c9a058401d0a42125d9e Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:37:49 +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 ad352d90e..94dfa7ba1 100644 --- a/README.md +++ b/README.md @@ -448,6 +448,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a08f5c555..7726a1a71 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -374,6 +374,7 @@ def spread(arg): + ```