From 097b1bdfb9acf4412a9dafc721b59b8f5425ed9d Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 00:47:10 +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 1c1ca32a0..0243c4968 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 56e817e84..d4df61298 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -120,6 +120,7 @@ def spread(arg): + ```