diff --git a/README.md b/README.md index 658245277..419082d3d 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 4611a28ae..663b25eb1 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -135,6 +135,7 @@ def spread(arg): + ```