From 15ec76e6d584f87712fdc8a4842e094b15fc552e Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:46:25 +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 60045391c..71dab12c3 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0befffb84..2a578cf83 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -39,6 +39,7 @@ def spread(arg): + ``` ```python