diff --git a/README.md b/README.md index 15d4d2a66..4f0986653 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index eca4de1af..0143baa77 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -86,6 +86,7 @@ def spread(arg): + ```