diff --git a/README.md b/README.md index 1c1ca32a0..0243c4968 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 56e817e84..d4df61298 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -120,6 +120,7 @@ def spread(arg): + ```