From 98c253346ddbc397fb9a029e6c78cf1cc3540da5 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 02:29:11 +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 5547498d5..4fd8885c7 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 11f010e0b..c40b8a2f0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -273,6 +273,7 @@ def spread(arg): + ```