From ac96d126bf184308e3d157d9361b89a9d4d5b49c Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:21:07 +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 488beaf32..839cd6838 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9fb71a8f3..9153c604d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -38,6 +38,7 @@ def spread(arg): + ``` ```python