From d3c1f65af88cb840294d3e19222d9ac5c1467a97 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:13:11 +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 ae3c02001..02e3a3a14 100644 --- a/README.md +++ b/README.md @@ -661,6 +661,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8a3e905ca..23b5111f0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -587,6 +587,7 @@ def spread(arg): + ```