From d1f738ca3dee1aa2bdace22331860da940ffda64 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:37:06 +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 7d5794594..43b9dd0b0 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3798f8065..d7116dacc 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -58,6 +58,7 @@ def spread(arg): + ```