diff --git a/README.md b/README.md index fdc9f25ce..cfe567d4c 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0e730125c..005ae24bd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -551,6 +551,7 @@ def spread(arg): + ```