From 9cbb7db9a19ab0dfa8106345ba7dc16a010c6602 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:44:49 +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 acb268c30..4a5dec8ba 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cf2c23b34..3c664f7af 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -385,6 +385,7 @@ def spread(arg): + ```