From 1e13ab2ed160ce506125b37bc87d645c85118723 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:53:33 +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 c4f1144af..2417d1dea 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0c3c5363c..264c5f237 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -399,6 +399,7 @@ def spread(arg): + ```