From b959e4f18319d8b4c0ff9a11f78a08cf55882dc4 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:53:06 +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 5cbf9c1c6..1ac6def88 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 72e973436..4aea40067 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -46,6 +46,7 @@ def spread(arg): + ```