diff --git a/README.md b/README.md index 3207548e1..0f4b7d7cd 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 7d4de83e5..17255917f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -198,6 +198,7 @@ def spread(arg): + ```