From b188381f015cade5c961bb5420b376ec2cc2720f Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:33:44 +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 c0c716ffd..37b31c3c3 100644 --- a/README.md +++ b/README.md @@ -616,6 +616,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4f515f259..8876600a4 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -542,6 +542,7 @@ def spread(arg): + ```