diff --git a/README.md b/README.md index b818026f4..81c07995b 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a9d5d2b65..1c0984149 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -218,6 +218,7 @@ def spread(arg): + ```