From 327a6b0e24931f359f80da812bf03b0ce78cb974 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:19:58 +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 29edfa7eb..5435c7f26 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index dc0bbc486..8bdda91ad 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -168,6 +168,7 @@ def spread(arg): + ```