From fb4a5a61828c458bdaeda881d4540f3eeeb2b0a4 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:39:04 +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 94dfa7ba1..5fa7087d0 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7726a1a71..ac9a82fa5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -375,6 +375,7 @@ def spread(arg): + ```