diff --git a/README.md b/README.md index 73afb8dfc..d5bcfc2e4 100644 --- a/README.md +++ b/README.md @@ -657,6 +657,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e2ed2cb91..6c3c1279d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -583,6 +583,7 @@ def spread(arg): + ```