diff --git a/README.md b/README.md index b2686f7d8..b552c5bcb 100644 --- a/README.md +++ b/README.md @@ -651,6 +651,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 51b1f908f..1ae6b92bd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -577,6 +577,7 @@ def spread(arg): + ```