From 1e0801f09b4f2892f2585c1b7c307dbf63c59325 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:10:24 +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 d5bcfc2e4..75c53983f 100644 --- a/README.md +++ b/README.md @@ -658,6 +658,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6c3c1279d..31864fd1d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -584,6 +584,7 @@ def spread(arg): + ```