From 63ad44b713c5c3f2b373ee56a8fa26e651eb1677 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:51:56 +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 622c41d14..248c6db22 100644 --- a/README.md +++ b/README.md @@ -687,6 +687,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a95398352..548374445 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -613,6 +613,7 @@ def spread(arg): + ```