diff --git a/README.md b/README.md index 6498cbf34..9134a8527 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6774e10d2..3825cc9e5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -64,6 +64,7 @@ def spread(arg): + ```