diff --git a/README.md b/README.md index 75ef17666..014ba9027 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a81a9416c..9f81cd396 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -60,6 +60,7 @@ def spread(arg): + ```