From 424e65cac65414e11250071dc378ba18c51b823b Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:15:02 +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 30467a25d..5cf804b5d 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 36568f927..56f1d749d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -33,6 +33,7 @@ def spread(arg): + ``` ```python