diff --git a/README.md b/README.md index bc27f3744..322491d76 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9c8f4ab27..efd3d9df7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -153,6 +153,7 @@ def spread(arg): + ```