From d05cd9f8c0f4c997b7ce28872491c93446abc306 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:01:15 +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 6bacd42dc..81965e479 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c452549dd..af1d189b0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -58,6 +58,7 @@ def spread(arg): + ```