From 23b166baf18aacfb187193e22098c4a81551c1e4 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:46:53 +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 d192f5981..f04b428e8 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1e4631c68..98727d821 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -388,6 +388,7 @@ def spread(arg): + ```