From dda6072f56fc97aefdab6e80d081d5143f8eaf36 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 02:47:22 +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 7f8de1e7c..486cd4c10 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7b7e1f3ac..5acde987a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -303,6 +303,7 @@ def spread(arg): + ```