From eaf6bf475c5f5936749cc122a8fd7a2cb0e23536 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:32:10 +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 b1bd7282e..f55790aab 100644 --- a/README.md +++ b/README.md @@ -671,6 +671,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 171762dcd..cda0299b3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -597,6 +597,7 @@ def spread(arg): + ```