diff --git a/README.md b/README.md index ae1a1f478..bafa9ba85 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4296cba85..c285c312d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -252,6 +252,7 @@ def spread(arg): + ```