diff --git a/README.md b/README.md index 514229f17..80d66f6b7 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a1cb057e0..874afc7cf 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -112,6 +112,7 @@ def spread(arg): + ```