From d0ddb899d325661ad5832e45825c05617d2e704d Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:47:55 +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 1a2f8ba2a..430527d65 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 93c9362cc..11cdce3e9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -212,6 +212,7 @@ def spread(arg): + ```