From ff619190f1c02a566dd99c533b103669cde4f9b1 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 03:03:42 +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 77b73b44f..7f7177c5a 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index dbf8b9d65..9e3148dc7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -325,6 +325,7 @@ def spread(arg): + ```