From 33db930e8587502389923c15aa255cea943913dc Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:27:57 +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 d4a6161c0..ca531d7f3 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3cab27ac5..2e217e25e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -534,6 +534,7 @@ def spread(arg): + ```