diff --git a/README.md b/README.md index 441de9844..d3f46d78d 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5a16344d9..424da2665 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -61,6 +61,7 @@ def spread(arg): + ```