diff --git a/README.md b/README.md index 16c2074c8..4063e16e6 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f02f66a52..250fe9489 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -92,6 +92,7 @@ def spread(arg): + ```