From ca02c319dc3a5943eb8c43c1b20c683574a04d97 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 17:09:52 +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 f5edf5148..d9c336c46 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2459e5222..31fb12f82 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -112,6 +112,7 @@ def spread(arg): + ```