From 83aaec07927533c7a775bde65e7fc8d6a06fe4c7 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 02:52:15 +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 6d654c5c1..e7cc62ca9 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f12343aef..b33375d01 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -309,6 +309,7 @@ def spread(arg): + ```