diff --git a/README.md b/README.md index cfe567d4c..2590daebc 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 005ae24bd..0089551b5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -552,6 +552,7 @@ def spread(arg): + ```