From 4d366409b451b3603005215957f42a63eca0ea1b Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:40:02 +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 7321c9ee5..01f2d770f 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c0cb9bd41..016ad8f0c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -33,6 +33,7 @@ def spread(arg): + ``` ```python