diff --git a/README.md b/README.md index 4167a21d7..45a889982 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a597fd87a..e606a1e30 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -97,6 +97,7 @@ def spread(arg): + ```