From adb5a26ea05138d1935c579c6780ab4ddf6511f0 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:03:27 +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 ecc9c325c..ecd673a5e 100644 --- a/README.md +++ b/README.md @@ -578,6 +578,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c7a77125d..78caa43cd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -504,6 +504,7 @@ def spread(arg): + ```