From fbfb32c9ef7a387c106488ebdd235bc3800c9a2c Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:32:56 +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 e7697c868..3d0ccf58a 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index bd80566c8..d92b533eb 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -367,6 +367,7 @@ def spread(arg): + ```