From 391da692bc9b744d5d74bc550089bbe76ed9859e Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:59:27 +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 58e437522..91c28b7cd 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 191417066..152c79563 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -229,6 +229,7 @@ def spread(arg): + ```