From 262a7cd737bdc9b72a1890b093993862ee844c46 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:54:40 +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 3bd9a15eb..070c45269 100644 --- a/README.md +++ b/README.md @@ -475,6 +475,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3083fc422..3f56cbf7e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -401,6 +401,7 @@ def spread(arg): + ```