diff --git a/README.md b/README.md index a14252952..d4a6161c0 100644 --- a/README.md +++ b/README.md @@ -607,6 +607,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fca6a3ee4..3cab27ac5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -533,6 +533,7 @@ def spread(arg): + ```