diff --git a/README.md b/README.md index a341c6c94..dfea925e7 100644 --- a/README.md +++ b/README.md @@ -552,6 +552,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1a7c406d0..e26d554c7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -478,6 +478,7 @@ def spread(arg): + ```