From 0c3a99627be0015c0188775bc8e3b9ed040a79bc Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:59:58 +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 6f79cd282..a6ea1edc2 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fd18514ed..e5b51bc18 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -411,6 +411,7 @@ def spread(arg): + ```