From f00b5ea3dc1004fecfe729236d8087000b6fb8c9 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:45:07 +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 33c9cd944..0aa600473 100644 --- a/README.md +++ b/README.md @@ -628,6 +628,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8076344bd..786cffc1b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -554,6 +554,7 @@ def spread(arg): + ```