From 2d32c0cc5ccf198a94138e6f1aa04fa58fd24891 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:43:26 +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 73eaca5f1..60045391c 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fe680c60a..0befffb84 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -38,6 +38,7 @@ def spread(arg): + ``` ```python