From 859266b0cd9788de691c6152f5060c6cefc4eaae Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:20:30 +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 ebc419916..333e54887 100644 --- a/README.md +++ b/README.md @@ -516,6 +516,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cfd0ab8ba..2b8e80e64 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -442,6 +442,7 @@ def spread(arg): + ```