From 39f90cc74b5fb50f0b173d22d0540ec221c2fd9b Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:23:46 +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 beca2091e..acedb199f 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 62f69a357..b78aa3347 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -174,6 +174,7 @@ def spread(arg): + ```