From bcc0fcfd08bf0bcfa554b9bc96dae97c39966dc7 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:57:48 +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 419082d3d..06c819f6a 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 663b25eb1..6f2271250 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -136,6 +136,7 @@ def spread(arg): + ```