diff --git a/README.md b/README.md index 780b55b3a..7553ad846 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d21a6de5c..63f119c67 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -126,6 +126,7 @@ def spread(arg): + ```