From db3711d80ff23ee231741b1afa3fcfcb5d2b61c5 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:14:33 +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 02e3a3a14..d044bc8be 100644 --- a/README.md +++ b/README.md @@ -662,6 +662,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 23b5111f0..06c92dc4f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -588,6 +588,7 @@ def spread(arg): + ```