From 999f7a7cecc3bfc937823c1e4776cbe0962a3bd9 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 05:47:19 +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 aeb6a16df..c4bc3c823 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 61924b48f..5d84a0495 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -557,6 +557,7 @@ def spread(arg): + ```