From 866d1cc1a82b209c2c40fc44bdf89aa8ea7eac0e Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 07:20:54 +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 86beefc1f..cb1ad3224 100644 --- a/README.md +++ b/README.md @@ -724,6 +724,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2b62cf0fa..c6137e30e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -650,6 +650,7 @@ def spread(arg): + ```