diff --git a/README.md b/README.md index dfea925e7..0092a97ca 100644 --- a/README.md +++ b/README.md @@ -553,6 +553,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e26d554c7..cde430459 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -479,6 +479,7 @@ def spread(arg): + ```