diff --git a/README.md b/README.md index 02a4669bb..862de41f4 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index fe7bf67aa..927a99df7 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -117,6 +117,7 @@ def spread(arg): + ```