From 7f84cc6cab6aa58da8701eecde6941cf131e6eba Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 02:22:20 +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 a60f6bff5..8d1cf2fd9 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a5b5b3648..30ec8a4de 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -262,6 +262,7 @@ def spread(arg): + ```