diff --git a/README.md b/README.md index 1ce1e69b4..f0f7d94e3 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ def spread(arg): return result + ``` ```python diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3e9b441ba..7867ce0f3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -22,6 +22,7 @@ def spread(arg): return result + ``` ```python