diff --git a/README.md b/README.md index eaa5ec062..514229f17 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 79e4d6117..a1cb057e0 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -111,6 +111,7 @@ def spread(arg): + ```