diff --git a/README.md b/README.md index 5c7d51f5f..5e6bab947 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index aaae147fe..0523db7ea 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -40,6 +40,7 @@ def spread(arg): + ```