From b1c2d09487d4dac7a5ff738bec9738bc9d163341 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:10:58 +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 ee72137d7..010f1f7e5 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 70d8d03a2..c3a6403d7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -156,6 +156,7 @@ def spread(arg): + ```