From 7b2fddca443017520cdd3cc2c19e5aadfc30508f Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:39:10 +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 3caa4949f..ad993cd6f 100644 --- a/README.md +++ b/README.md @@ -544,6 +544,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a5a1230ca..0d06a1458 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -470,6 +470,7 @@ def spread(arg): + ```