From c621c874fc3b4821fd4787920673dcfa5a4c2a84 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:28:01 +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 5a0b732d6..f4ca5a152 100644 --- a/README.md +++ b/README.md @@ -526,6 +526,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fa71e330f..99c25b95c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -452,6 +452,7 @@ def spread(arg): + ```