From 4e46e36315ad5b2112d03a286177d48bb86dc3d9 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:19:14 +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 49aee9006..cceeb2bf0 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5b462ed5b..5c9dc0443 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -36,6 +36,7 @@ def spread(arg): + ``` ```python