diff --git a/README.md b/README.md index ecc9c325c..ecd673a5e 100644 --- a/README.md +++ b/README.md @@ -578,6 +578,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index c7a77125d..78caa43cd 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -504,6 +504,7 @@ def spread(arg): + ```