From 9e2bd3de39c1325600ef65e8c25d0d0dc1477fdc Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:18: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 0dc8f8749..e53082cc9 100644 --- a/README.md +++ b/README.md @@ -597,6 +597,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5c7c3464c..5543d198f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -523,6 +523,7 @@ def spread(arg): + ```