From 1d5ba5f9bfe31072538ac86bdd636a8177af7283 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 04:42:44 +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 8971d94b3..a341c6c94 100644 --- a/README.md +++ b/README.md @@ -551,6 +551,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 916d4e23a..1a7c406d0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -477,6 +477,7 @@ def spread(arg): + ```