From 8d4226027656852415aa4a8eb3e8b17545c0abdd Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:31:39 +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 b981f2efc..01f6720a6 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2805a34f6..3e19f9a98 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -50,6 +50,7 @@ def spread(arg): + ```