From ad957a5601304fc22d0e2da0a086d61ed4e18333 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:50:07 +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 77fd06c60..622c41d14 100644 --- a/README.md +++ b/README.md @@ -686,6 +686,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3705ae560..a95398352 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -612,6 +612,7 @@ def spread(arg): + ```