From f405bb03cc4e9d8f38d77ea61401b0308a4b21fd Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:52:54 +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 35599b3d5..c4f1144af 100644 --- a/README.md +++ b/README.md @@ -472,6 +472,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index eb60d1883..0c3c5363c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -398,6 +398,7 @@ def spread(arg): + ```