diff --git a/README.md b/README.md index 0afdbd646..477e9797c 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e5aa86e46..f0f88344f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -334,6 +334,7 @@ def spread(arg): + ```