diff --git a/README.md b/README.md index 111185798..532229e50 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cc2a26e73..6b9ddff5d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -140,6 +140,7 @@ def spread(arg): + ```