From b8fb28325055933ed049ff2dd2acfeb880e3dcc5 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:37:50 +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 2cb4ff95e..2958b3f89 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 71f9c9b2f..eff415cae 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -29,6 +29,7 @@ def spread(arg): + ``` ```python