diff --git a/README.md b/README.md index f3976a8e5..cc47cbed6 100644 --- a/README.md +++ b/README.md @@ -561,6 +561,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 93b31bc71..f698657f5 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -487,6 +487,7 @@ def spread(arg): + ```