diff --git a/README.md b/README.md index 8bef95808..780b55b3a 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 33f76728d..d21a6de5c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -125,6 +125,7 @@ def spread(arg): + ```