From 2c7cacd88f38507ee9e4734c006fa41aad3e65f5 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 02:32:48 +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 168057aa0..965a7b99e 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cda5b33e5..f5542a12d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -277,6 +277,7 @@ def spread(arg): + ```