From 8ba17a1e493d4aee330806ea59696b4da84a4077 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:17:02 +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 dd0c40ad8..db6d5d229 100644 --- a/README.md +++ b/README.md @@ -719,6 +719,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b428b8173..3b9ff3931 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -645,6 +645,7 @@ def spread(arg): + ```