diff --git a/README.md b/README.md index 4b8a83c27..bb6548e61 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 470552db6..a6e4cfeaa 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -185,6 +185,7 @@ def spread(arg): + ```