diff --git a/README.md b/README.md index 06c819f6a..9b1df1605 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 6f2271250..b17c80c17 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -137,6 +137,7 @@ def spread(arg): + ```