From 173de38937e386508a847a5c2b1dda338d738da5 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:54:16 +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 918a917cf..0510cea8e 100644 --- a/README.md +++ b/README.md @@ -690,6 +690,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8e1f926fb..dcdcc99d3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -616,6 +616,7 @@ def spread(arg): + ```