From 343152bddef5644e83b73b26b398bc004d0b3ce4 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:30:17 +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 e2b7a0573..7e2e99ea8 100644 --- a/README.md +++ b/README.md @@ -611,6 +611,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index ce0377574..76635a08c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -537,6 +537,7 @@ def spread(arg): + ```