From 1fe70dc39251c6ab75adeab1497d07d2e3791542 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:11:55 +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 61c8981a8..28b62ed06 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index bc9c14b09..99ef3c8a5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -427,6 +427,7 @@ def spread(arg): + ```