From 9966f3e3ef967551e7bd013b003a5525345d1a03 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:02: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 59a8d4f56..ecc9c325c 100644 --- a/README.md +++ b/README.md @@ -577,6 +577,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a20fa696f..c7a77125d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -503,6 +503,7 @@ def spread(arg): + ```