From e4424b4fb8128066d0092726b4b0d82685633116 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:55: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 070c45269..d8b7a6009 100644 --- a/README.md +++ b/README.md @@ -476,6 +476,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3f56cbf7e..74387d6b9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -402,6 +402,7 @@ def spread(arg): + ```