diff --git a/README.md b/README.md index 6e514bf41..d5365040c 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 18dc075e9..afd9ef2a6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -200,6 +200,7 @@ def spread(arg): + ```