From fd81d20bc806592a77c25a6263a64751c4f73222 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:34:34 +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 9f97dd0d9..c252d8b18 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index dcb3d017c..6707ce480 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -191,6 +191,7 @@ def spread(arg): + ```