From 531a654e543fa8ad683210745db3c0c0cc0b3b92 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:14: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 ecf02cef3..d01fc196d 100644 --- a/README.md +++ b/README.md @@ -505,6 +505,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d1a62f835..e93c52628 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -431,6 +431,7 @@ def spread(arg): + ```