From 51a6d4106ba3e46b2654cc69745019505552c4ae Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:34:08 +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 f24a6c309..0ae5b222a 100644 --- a/README.md +++ b/README.md @@ -736,6 +736,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d26ab8165..065ac2f2e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -662,6 +662,7 @@ def spread(arg): + ```