diff --git a/README.md b/README.md index 0510cea8e..5a130f1f7 100644 --- a/README.md +++ b/README.md @@ -691,6 +691,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index dcdcc99d3..df43b5e1d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -617,6 +617,7 @@ def spread(arg): + ```