From ccaa0971a64cc4796605ef572cd7bf2ca3889fb7 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:57:47 +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 49e0dda85..b10a75eab 100644 --- a/README.md +++ b/README.md @@ -641,6 +641,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7ef0a9126..fac4ee693 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -567,6 +567,7 @@ def spread(arg): + ```