From dbf2d504e50f11a0716e3bf86ddbd0721894a4f9 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:22:01 +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 17466c818..a40847a20 100644 --- a/README.md +++ b/README.md @@ -518,6 +518,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6a3ccc884..2aaa11fa6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -444,6 +444,7 @@ def spread(arg): + ```