diff --git a/README.md b/README.md index e7d44ed08..a48443660 100644 --- a/README.md +++ b/README.md @@ -730,6 +730,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index dcccff427..9a6037c67 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -656,6 +656,7 @@ def spread(arg): + ```