diff --git a/README.md b/README.md index 4259189d4..88422c6c5 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 2c63fcaa9..cb9a56a7c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -92,6 +92,7 @@ def spread(arg): + ```