From 942895eb962d9edd11f762a865edbd82a1465ca6 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Thu, 18 Jan 2018 06:05:54 +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 b2686f7d8..b552c5bcb 100644 --- a/README.md +++ b/README.md @@ -651,6 +651,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 51b1f908f..1ae6b92bd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -577,6 +577,7 @@ def spread(arg): + ```