diff --git a/README.md b/README.md index 68d0ba4db..cb4b4097c 100644 --- a/README.md +++ b/README.md @@ -684,6 +684,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e5bccc0fd..42bb6df6c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -610,6 +610,7 @@ def spread(arg): + ```