diff --git a/README.md b/README.md index 75c53983f..c1df051a7 100644 --- a/README.md +++ b/README.md @@ -659,6 +659,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 31864fd1d..83878e651 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -585,6 +585,7 @@ def spread(arg): + ```