From b01c5e4d60ce1eb2ad916a3e8511cbe319ef31d6 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:13:35 +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 394d35d80..eebdc752a 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 86e0ff5d3..5391206b6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -31,6 +31,7 @@ def spread(arg): + ``` ```python