From 72afd7a6ef24966632c1311a459f5d4f0e86a5e6 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar Date: Wed, 17 Jan 2018 23:40:34 +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 01f2d770f..b6b671bd9 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ def spread(arg): + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 016ad8f0c..f5a767b21 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -34,6 +34,7 @@ def spread(arg): + ``` ```python