From 5afa23481f6067212bdae8038663bd133e8865b7 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:51:07 +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 7553ad846..daff88a7d 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 63f119c67..32c2c6a3c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -127,6 +127,7 @@ def spread(arg): + ```