From 0319d479a93274af077c38af586f7e76298103c9 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:18:38 +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 87b5e0e83..49aee9006 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 77bf71b20..5b462ed5b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -35,6 +35,7 @@ def spread(arg): + ``` ```python