From 91b9b926cc3f948df88fd86a5992a632ea654eaf Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:43:11 +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 a341c6c94..dfea925e7 100644 --- a/README.md +++ b/README.md @@ -552,6 +552,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1a7c406d0..e26d554c7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -478,6 +478,7 @@ def spread(arg): + ```