diff --git a/README.md b/README.md index a854a3aed..35599b3d5 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cc0d76562..eb60d1883 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -397,6 +397,7 @@ def spread(arg): + ```