From 513cc6d671912acb841e5688b1637aa37522ae9a Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:09:50 +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 73afb8dfc..d5bcfc2e4 100644 --- a/README.md +++ b/README.md @@ -657,6 +657,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e2ed2cb91..6c3c1279d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -583,6 +583,7 @@ def spread(arg): + ```