From dcb5ddfae7225e67a50931a7cfdef062c0845813 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:51:52 +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 93a356cd2..a854a3aed 100644 --- a/README.md +++ b/README.md @@ -470,6 +470,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2fb8856a4..cc0d76562 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -396,6 +396,7 @@ def spread(arg): + ```