diff --git a/README.md b/README.md index 6a84f8074..8b9bac45d 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4a8b7aeeb..6309667e0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -221,6 +221,7 @@ def spread(arg): + ```