From b79d7fd98e7cd5c3656ec49c346a5bb12e5b22ea Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:51: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 eab102a22..93a356cd2 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 734fff7eb..2fb8856a4 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -395,6 +395,7 @@ def spread(arg): + ```