From d2bef42f1a97c2bcc799774cc9128c1aba1025ca Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:45:44 +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 0aa600473..d279f9ccf 100644 --- a/README.md +++ b/README.md @@ -629,6 +629,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 786cffc1b..3bc72a404 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -555,6 +555,7 @@ def spread(arg): + ```