From 53f111c796446c1025396988c0c530f1632db065 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 17:04:22 +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 936c8e297..548fb4aca 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fd9e53001..cc3fdacda 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -101,6 +101,7 @@ def spread(arg): + ```