diff --git a/README.md b/README.md index 76ff19dc3..bcb0d91c2 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 122108b9f..f1622730d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -279,6 +279,7 @@ def spread(arg): + ```