diff --git a/README.md b/README.md index d279f9ccf..aeb6a16df 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 3bc72a404..61924b48f 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -556,6 +556,7 @@ def spread(arg): + ```