From dcbbf2213c13e38966cd36757c416937c5e6d54a Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:49:04 +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 db3b5a575..af40f7a2e 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c56de322f..fd7a5b7d2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -214,6 +214,7 @@ def spread(arg): + ```