diff --git a/README.md b/README.md index 4049889aa..0131eb986 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5759bd93d..a4a7a3aaa 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -166,6 +166,7 @@ def spread(arg): + ```