From 1ecf8c5be6703f4c51c6e40a3b3c582246d99a1d Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:22:05 +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 881302a89..b97f03468 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d30b3ade8..38cc5c7d3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -172,6 +172,7 @@ def spread(arg): + ```