From 38cbb947f575c0f3fc5d869a2dd46ad1cbd4382c Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:52:16 +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 053dc86da..cb23b81ba 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d09265bf2..d4acba117 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -82,6 +82,7 @@ def spread(arg): + ```