diff --git a/README.md b/README.md index 39ebb63fb..586e2ad0b 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 87e7497ac..f2ed1c6a8 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -189,6 +189,7 @@ def spread(arg): + ```