From bd7bce151c5205944fef78d1d5ecbf3d0bcb9c7f Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:12:27 +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 16c77b2c6..394d35d80 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f904698ef..86e0ff5d3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -30,6 +30,7 @@ def spread(arg): + ``` ```python