From d6cd882dd4a3f9037ff38a01b348313dc577fe58 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:41:43 +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 3a5bda9ff..c40d7a00a 100644 --- a/README.md +++ b/README.md @@ -549,6 +549,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 539b89f48..e48a5f819 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -475,6 +475,7 @@ def spread(arg): + ```