From 641b4c909e05c824b21c5f424d0c3b64599117a9 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:35:37 +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 6048745dc..2c0ddc0bc 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4f3d76b7b..b4ac9e6da 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -26,6 +26,7 @@ def spread(arg): + ``` ```python