From 9abcd9f14178694637dc47f1d0bd693d480ed44f Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:02: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 778c91f17..16c77b2c6 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 10b2cf989..f904698ef 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -29,6 +29,7 @@ def spread(arg): + ``` ```python