diff --git a/README.md b/README.md index 81c07995b..b51e2f8e5 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1c0984149..7aa77431c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -219,6 +219,7 @@ def spread(arg): + ```