From 17174acbe1e9cf7bd0e0312c70e05f6bd1516482 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:06:55 +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 e4934dd45..89b39049d 100644 --- a/README.md +++ b/README.md @@ -706,6 +706,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index af396092a..3f4bce1d9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -632,6 +632,7 @@ def spread(arg): + ```