diff --git a/README.md b/README.md index 4e8d09bf3..5c7d51f5f 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1a62fab81..aaae147fe 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -39,6 +39,7 @@ def spread(arg): + ```