From 51ac8946b4ea983b87e6c7314d9219491a6ca6cf Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:49:25 +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 db1133ff0..8bef95808 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a8b1235c6..33f76728d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -124,6 +124,7 @@ def spread(arg): + ```