From 96c519c3fdf2ff7f60084c67230be2b6d5ef6420 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 02:28:07 +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 eb70c99e2..d1920ad46 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 08ef38f06..4b4c3a1ce 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -271,6 +271,7 @@ def spread(arg): + ```