From 312fdd7a9be405c028e3c475adbc40cf80b5b24c Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 02:21:18 +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 7fef9cd26..8109f520f 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 64f64c716..c26cfa867 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -260,6 +260,7 @@ def spread(arg): + ```