From 04ab21c228870690c859b6b01a9f98e65b1d64f2 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:50:17 +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 c422a0bc9..d30ed4776 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6a297a776..5203bd679 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -79,6 +79,7 @@ def spread(arg): + ```