diff --git a/README.md b/README.md index 9f97dd0d9..c252d8b18 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index dcb3d017c..6707ce480 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -191,6 +191,7 @@ def spread(arg): + ```