From 02b3395f70784aaf2d41feb768289fa214a15c97 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:38:24 +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 2958b3f89..bb8157b12 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index eff415cae..67eff4b60 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -30,6 +30,7 @@ def spread(arg): + ``` ```python