diff --git a/README.md b/README.md index 0a6da7b44..09ef12f6c 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7b84c10b3..195a88991 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -291,6 +291,7 @@ def spread(arg): + ```