diff --git a/README.md b/README.md index 455ea703b..ffa9c8963 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a428bdb9e..0bbdb2741 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -120,6 +120,7 @@ def spread(arg): + ```