diff --git a/README.md b/README.md index 88422c6c5..4e2d1a248 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cb9a56a7c..e5fd8b1ab 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -93,6 +93,7 @@ def spread(arg): + ```