From 3c6e88f1f566bd70a594306abda4e6cfc3ec1864 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:52:34 +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 08949116e..5cbf9c1c6 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7eb184004..72e973436 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -45,6 +45,7 @@ def spread(arg): + ```