From a031b086fe6b14da5ee85a8d15606a2798f8665d Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:23:05 +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 b97f03468..beca2091e 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 38cc5c7d3..62f69a357 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -173,6 +173,7 @@ def spread(arg): + ```