From 74fef6002beb7816df16d6ff128adaa2a87eb959 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:36:04 +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 2c0ddc0bc..e83515566 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b4ac9e6da..556b45774 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -27,6 +27,7 @@ def spread(arg): + ``` ```python