diff --git a/README.md b/README.md index 195ca050c..4733cb718 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index e583764b5..1609672b2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -559,6 +559,7 @@ def spread(arg): + ```