From 0ca8ebebd9929a55d5cda5729bac78561d354620 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:31:50 +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 01dce2c43..b5f27bcaf 100644 --- a/README.md +++ b/README.md @@ -613,6 +613,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c0c4e7f04..a1a17c0b0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -539,6 +539,7 @@ def spread(arg): + ```