diff --git a/README.md b/README.md index 42f3b954a..a1fce2872 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index b00c0d2a4..4eccbf02a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -74,6 +74,7 @@ def spread(arg): + ```