diff --git a/README.md b/README.md index 4e92b3b3c..82e7bccf0 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index bd99c9a7d..5433c420b 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -45,6 +45,7 @@ def spread(arg): + ```