diff --git a/README.md b/README.md index 03b48864f..bce4cfe5f 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a4c0f19fe..521d81001 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -109,6 +109,7 @@ def spread(arg): + ```