From 283f27a59044244744f8a46ea945159bdf38bf93 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:55:42 +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 d8b7a6009..914a3c1a0 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 74387d6b9..1fe8e465b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -403,6 +403,7 @@ def spread(arg): + ```