diff --git a/README.md b/README.md index 4e2d1a248..6d0ba1921 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e5fd8b1ab..acfb6d9c5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -94,6 +94,7 @@ def spread(arg): + ```