diff --git a/README.md b/README.md index 58e437522..91c28b7cd 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 191417066..152c79563 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -229,6 +229,7 @@ def spread(arg): + ```