From d14612e0a8b165a8d7da6f82d8e4dff4ec0f62de Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:45:48 +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 8965bfb23..bbe97cd7d 100644 --- a/README.md +++ b/README.md @@ -556,6 +556,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a03933857..0bba7b2c7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -482,6 +482,7 @@ def spread(arg): + ```