diff --git a/README.md b/README.md index c63ddb295..936c8e297 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 8f1aaf69c..fd9e53001 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -100,6 +100,7 @@ def spread(arg): + ```