From 0f0e8c0003326902027347afc829113c28a10e33 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:33:39 +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 2f7a5e432..ce0237abc 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 41044a2ed..df603c1d5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -53,6 +53,7 @@ def spread(arg): + ```