From a52109b016487ecc67ce463c5a8cad63c2ab7152 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 02:33:34 +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 965a7b99e..76ff19dc3 100644 --- a/README.md +++ b/README.md @@ -352,6 +352,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f5542a12d..122108b9f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -278,6 +278,7 @@ def spread(arg): + ```