diff --git a/README.md b/README.md index 419082d3d..06c819f6a 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 663b25eb1..6f2271250 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -136,6 +136,7 @@ def spread(arg): + ```