From 43f660c8e793391fb3dbbd4d5582008d2a476ad7 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:50:14 +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 a0da09d28..021365103 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 205926e16..d70fe7cde 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -216,6 +216,7 @@ def spread(arg): + ```