diff --git a/README.md b/README.md index 35599b3d5..c4f1144af 100644 --- a/README.md +++ b/README.md @@ -472,6 +472,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index eb60d1883..0c3c5363c 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -398,6 +398,7 @@ def spread(arg): + ```