diff --git a/README.md b/README.md index 9470e4442..f2f68caf8 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index ca12de452..8b2c141f6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -52,6 +52,7 @@ def spread(arg): + ```