diff --git a/README.md b/README.md index 5539dad5b..cf2dd6c88 100644 --- a/README.md +++ b/README.md @@ -733,6 +733,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3d63f5755..e42a4cf47 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -659,6 +659,7 @@ def spread(arg): + ```