diff --git a/README.md b/README.md index adfb5dedd..0a6da7b44 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e1a4ea55e..7b84c10b3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -290,6 +290,7 @@ def spread(arg): + ```