diff --git a/README.md b/README.md index 9134a8527..381de7f1e 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3825cc9e5..abd25bef5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -65,6 +65,7 @@ def spread(arg): + ```