diff --git a/README.md b/README.md index 5212ed484..a71a7b174 100644 --- a/README.md +++ b/README.md @@ -573,6 +573,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 94b5c95c2..cee62710c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -499,6 +499,7 @@ def spread(arg): + ```