diff --git a/README.md b/README.md index b1bd7282e..f55790aab 100644 --- a/README.md +++ b/README.md @@ -671,6 +671,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 171762dcd..cda0299b3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -597,6 +597,7 @@ def spread(arg): + ```