From 2c35db6386b3b242df821b6e84fe1a70b0c027f5 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 01:28:09 +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 6c547d1bd..50f16e40e 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 66ae718ff..934cc1ca0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -181,6 +181,7 @@ def spread(arg): + ```