diff --git a/README.md b/README.md index 4f0986653..9f361b61f 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0143baa77..cdce0e8c7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -87,6 +87,7 @@ def spread(arg): + ```