From a51389b2b90cb624fdc87ff011f716c6dc142d6d Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:40:14 +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 6e514bf41..d5365040c 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 18dc075e9..afd9ef2a6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -200,6 +200,7 @@ def spread(arg): + ```