From 0a00a86b07005b94f29db7fb61785da8a3202429 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:05:29 +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 b53218deb..c3813e4c9 100644 --- a/README.md +++ b/README.md @@ -704,6 +704,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index acbe6e633..f236a0d17 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -630,6 +630,7 @@ def spread(arg): + ```