diff --git a/README.md b/README.md index d044bc8be..de2a95c88 100644 --- a/README.md +++ b/README.md @@ -663,6 +663,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 06c92dc4f..686b7df3c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -589,6 +589,7 @@ def spread(arg): + ```