diff --git a/README.md b/README.md index 202f12c86..0cdadd882 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0eeb1cc3b..789ac55a3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -103,6 +103,7 @@ def spread(arg): + ```