From 85c7c45a013370b0d81adb0b4082fecbc91c31e9 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Tue, 16 Jan 2018 16:14:06 +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 eebdc752a..30467a25d 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5391206b6..36568f927 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -32,6 +32,7 @@ def spread(arg): + ``` ```python