From 803c374795d21c7ee3bc2647ce7c8cfce26dd015 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:40:41 +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 d5365040c..2d310d0b5 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index afd9ef2a6..ce53183f9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -201,6 +201,7 @@ def spread(arg): + ```