From 162dc3bde8289ced2634d76ef816a81c68bc5185 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:08:59 +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 0afdbd646..477e9797c 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e5aa86e46..f0f88344f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -334,6 +334,7 @@ def spread(arg): + ```