diff --git a/README.md b/README.md index 97f0471b4..f33be8860 100644 --- a/README.md +++ b/README.md @@ -583,6 +583,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 736ff8900..ed25a1661 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -509,6 +509,7 @@ def spread(arg): + ```