diff --git a/README.md b/README.md index 613a7c45b..1d024200a 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 564f3fa6b..d5b8080a2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -457,6 +457,7 @@ def spread(arg): + ```