From 713019cb503f1e6219d5217715aac7e1675e0713 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:49:42 +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 af40f7a2e..a0da09d28 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fd7a5b7d2..205926e16 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -215,6 +215,7 @@ def spread(arg): + ```