diff --git a/README.md b/README.md index 87d33f83d..7b74319d2 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9fdba65a8..45ad64686 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -72,6 +72,7 @@ def spread(arg): + ```