From fc249f8c9036503773aaf0b06a550e090d3bbb57 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:15:30 +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 94524d4a0..ba2761255 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 99f63b948..fb012961a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -77,6 +77,7 @@ def spread(arg): + ```