From 18b76cca5f7abc1d31d02363d46784818ba34097 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:04:15 +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 ecd673a5e..9f6e2f43a 100644 --- a/README.md +++ b/README.md @@ -579,6 +579,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 78caa43cd..e8d407b30 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -505,6 +505,7 @@ def spread(arg): + ```