From b31333367aaa40e4c41de913f2be7f92940a4561 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 09:52:39 +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 fe5c39659..33f76e53e 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ def spread(arg): return result + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4559ec741..49778a251 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -22,6 +22,7 @@ def spread(arg): return result + ``` ```python