diff --git a/README.md b/README.md index 92057bd23..3038ccd46 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 a7715c23d..ef6ef374d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -40,6 +40,7 @@ def spread(arg): + ```