diff --git a/README.md b/README.md index 50656b0d7..12b987705 100644 --- a/README.md +++ b/README.md @@ -648,6 +648,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e9812c6e9..9a8b92711 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -574,6 +574,7 @@ def spread(arg): + ```