From 32e631fcb1abd133ccecfcbe7a6b5a1e3bf9b385 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:51:41 +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 daff88a7d..7e4a12d57 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 32c2c6a3c..3b154eab6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -128,6 +128,7 @@ def spread(arg): + ```