diff --git a/README.md b/README.md index 16347f732..b80e0b8cd 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index ab2d57945..f0f7cde2e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -133,6 +133,7 @@ def spread(arg): + ```