From 80c343f43637fc55e6a8eb2f123f2668b132377a Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:07:05 +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 9500ea193..c62fd582e 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 14e31aaac..dd928788a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -150,6 +150,7 @@ def spread(arg): + ```