diff --git a/README.md b/README.md index 5e981b920..0cdd8f13a 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 0b258f74c..f0d40381a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -232,6 +232,7 @@ def spread(arg): + ```