From 5fc88970f64835aeb2ad9e5f898ec8f9aa1df165 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 17:02:03 +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 45a889982..9ee2132f7 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e606a1e30..50069c2cc 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -98,6 +98,7 @@ def spread(arg): + ```