From e816a6538bb899311da7784e5f5519c352ed0b7a Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:26:56 +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 e7d44ed08..a48443660 100644 --- a/README.md +++ b/README.md @@ -730,6 +730,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index dcccff427..9a6037c67 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -656,6 +656,7 @@ def spread(arg): + ```