From 4547c7e886c9740fa916511aa2173b249e888dba Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:18:27 +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 84374370f..8c78742aa 100644 --- a/README.md +++ b/README.md @@ -721,6 +721,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fe42d20e7..aba762fbd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -647,6 +647,7 @@ def spread(arg): + ```