From aae318e66eb76da96d5f15e51c20a10d701311aa Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:02:11 +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 158c26ff6..0003a4643 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0f8484a5e..f536c47bc 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -143,6 +143,7 @@ def spread(arg): + ```