From 976104568ed2b7f6b40056fbce216acd5a26c2af Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:17:14 +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 de2a95c88..115ad5f4a 100644 --- a/README.md +++ b/README.md @@ -664,6 +664,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 686b7df3c..18be27511 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -590,6 +590,7 @@ def spread(arg): + ```