From cd3cdaef7e695db062b1565f1fe4cff8e5f8c27d Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:20:28 +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 5435c7f26..5e31efa79 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8bdda91ad..9a5d73449 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -169,6 +169,7 @@ def spread(arg): + ```