From 2141b0cf1857d30a0b649c8cde388e4be72e5b59 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:02:53 +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 4861571d0..b319260d8 100644 --- a/README.md +++ b/README.md @@ -700,6 +700,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3576ce612..6f0493ceb 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -626,6 +626,7 @@ def spread(arg): + ```