From 904f916e433937ccc71d9be903a99666c28d09b4 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:23:50 +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 9579ada4f..ca4f10284 100644 --- a/README.md +++ b/README.md @@ -430,6 +430,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7a90f30cb..48129e4ef 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -356,6 +356,7 @@ def spread(arg): + ```