From 9efa4dd8b0fe6ee669e881150e44f28854dbe7e4 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:41:04 +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 b6b671bd9..9dca32d51 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f5a767b21..1cb5b8bad 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -35,6 +35,7 @@ def spread(arg): + ``` ```python