From 52a092a44d64344872b27b81b573705f52098167 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:27:07 +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 3d2e55117..5a0b732d6 100644 --- a/README.md +++ b/README.md @@ -525,6 +525,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a2cdecf4f..fa71e330f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -451,6 +451,7 @@ def spread(arg): + ```