diff --git a/README.md b/README.md index c1f8ac383..b981f2efc 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 820bfcdf8..2805a34f6 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -49,6 +49,7 @@ def spread(arg): + ```