From 14586052cd05bf8b0e46ad1fdd0a3c6abb1f0c4a Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:46:48 +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 d279f9ccf..aeb6a16df 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3bc72a404..61924b48f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -556,6 +556,7 @@ def spread(arg): + ```