From e25c3c89808a220af5d5a1a63ff4a722688d5da5 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:32:00 +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 33f76e53e..829fa5629 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 49778a251..a683fd4b0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -23,6 +23,7 @@ def spread(arg): + ``` ```python