diff --git a/README.md b/README.md index 548fb4aca..202f12c86 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cc3fdacda..0eeb1cc3b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -102,6 +102,7 @@ def spread(arg): + ```