From f6764bb3a06a5df22d86a9433cc2348e51702722 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:45:50 +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 48668cc85..d192f5981 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2aa736553..1e4631c68 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -387,6 +387,7 @@ def spread(arg): + ```