diff --git a/README.md b/README.md index b552c5bcb..60507b09b 100644 --- a/README.md +++ b/README.md @@ -652,6 +652,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1ae6b92bd..4bbff4a31 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -578,6 +578,7 @@ def spread(arg): + ```