From c873bc778e25a34e986b0d27b772543533e1a730 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:34:08 +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 346aee975..91b5fa7cc 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 66ffdc09c..1aee18894 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -369,6 +369,7 @@ def spread(arg): + ```