diff --git a/README.md b/README.md index 7e4c60471..b6b36f5ba 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 46f2118f3..46c2724ab 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -159,6 +159,7 @@ def spread(arg): + ```