From 58e1bd503412417f64b0dfdc623d2742e4cd2122 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:07:38 +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 6d0b042ae..9db6242ce 100644 --- a/README.md +++ b/README.md @@ -585,6 +585,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9c2e8c179..0e1067117 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -511,6 +511,7 @@ def spread(arg): + ```