diff --git a/README.md b/README.md index 916abc6dd..6c69b7df1 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 146af49f3..244c2bbf3 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -248,6 +248,7 @@ def spread(arg): + ```