diff --git a/README.md b/README.md index 5f60896cd..78461677a 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c445b3158..b63ddbf07 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -238,6 +238,7 @@ def spread(arg): + ```