diff --git a/README.md b/README.md index 1e458c948..e3cb2a192 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 16f4d65f1..85833f50e 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -100,6 +100,7 @@ def spread(arg): + ```