diff --git a/README.md b/README.md index 50f16e40e..dd402f7de 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 934cc1ca0..cb6031e4c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -182,6 +182,7 @@ def spread(arg): + ```