From 9ede158cf01295e7e58ecc00eb1b63b8b99e37ae Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:31:33 +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 613a7c45b..1d024200a 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 564f3fa6b..d5b8080a2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -457,6 +457,7 @@ def spread(arg): + ```