From 863049d741701ca12eb0ad33244de8eec8184f3c Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:01:26 +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 e4a075e1e..0ebb10d0b 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b00450b47..cc0adc06d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -27,6 +27,7 @@ def spread(arg): + ``` ```python