From f80f2f74cca3025069dabd08a124b4d0f47dc8ec Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:53:36 +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 6a84f8074..8b9bac45d 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4a8b7aeeb..6309667e0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -221,6 +221,7 @@ def spread(arg): + ```