diff --git a/README.md b/README.md index f1eac9129..86beefc1f 100644 --- a/README.md +++ b/README.md @@ -723,6 +723,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b819af22e..2b62cf0fa 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -649,6 +649,7 @@ def spread(arg): + ```