From d31ff97160bcebc9a16a0329a1130d4b3b3cccd6 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:56:06 +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 3e6e9102b..47ad84b6b 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c30225b35..ce76ff79b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -50,6 +50,7 @@ def spread(arg): + ```