diff --git a/README.md b/README.md index a6c76b31c..e5470bdde 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index bcb3c6beb..1e71377b1 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -413,6 +413,7 @@ def spread(arg): + ```