From 59bac38514bb408766a09e5f7bdcd12d70f8687e Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:12:29 +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 28b62ed06..49e8dab81 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 99ef3c8a5..66fbbd4d5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -428,6 +428,7 @@ def spread(arg): + ```