diff --git a/README.md b/README.md index cc4fe1b48..e0e42b386 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f3070213c..f0e067cc2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -286,6 +286,7 @@ def spread(arg): + ```