From e139a33f85c9226666253899bf28755a356a378d Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:56:13 +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 ab3c00b2d..b2f64b714 100644 --- a/README.md +++ b/README.md @@ -570,6 +570,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 01431de90..a226f7f5a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -496,6 +496,7 @@ def spread(arg): + ```