From 34b158feb9c3ec84777da9d295c1836b377f4786 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:25:17 +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 168d07366..d67973d80 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d37ea64d9..f0c31490a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -90,6 +90,7 @@ def spread(arg): + ```