From 2392ac7d20444665ae2bd1173f387f6bc2f451e0 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:07:09 +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 ab3b52df1..baf097086 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 05314a5ea..c3468cd40 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -331,6 +331,7 @@ def spread(arg): + ```