diff --git a/README.md b/README.md index 0cc31414b..5de513e21 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 298b30748..b404cf723 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -147,6 +147,7 @@ def spread(arg): + ```