From 3001e59be422730759ac70e26b8abfbfe5b806b1 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:20:45 +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 f8c058360..2d6e8d7ad 100644 --- a/README.md +++ b/README.md @@ -599,6 +599,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 20dbd350b..12f4cbe82 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -525,6 +525,7 @@ def spread(arg): + ```