From 3704a702ec77f7d5346055d1f36ac19f51a8a0a6 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:50:31 +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 fe3bd21e4..f4758ad31 100644 --- a/README.md +++ b/README.md @@ -635,6 +635,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a83a1d800..624a19b6f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -561,6 +561,7 @@ def spread(arg): + ```