From d4ba6dd84d4c1c430a4ab54e0d62c06f6e2c9c72 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:30:46 +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 fc99e7e62..b1bd7282e 100644 --- a/README.md +++ b/README.md @@ -670,6 +670,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 267c90c8d..171762dcd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -596,6 +596,7 @@ def spread(arg): + ```