From 6c623b7358c5dee0aaa8fcd2ad93f4e2e98b81a2 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:36:41 +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 e7215cd99..30c38b012 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5101a01f6..1a2677f0c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -104,6 +104,7 @@ def spread(arg): + ```