diff --git a/README.md b/README.md index abd02714c..90f91c8c6 100644 --- a/README.md +++ b/README.md @@ -620,6 +620,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1576f3c6b..4ed4c383a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -546,6 +546,7 @@ def spread(arg): + ```