From 8bc61ac697fe2195dbd1b1057682b102b03282fa Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:05:18 +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 554f05a78..4c94895ab 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5fb1be303..b343201a4 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -418,6 +418,7 @@ def spread(arg): + ```