diff --git a/README.md b/README.md index 21abe9a9f..448280a71 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5d682a3ce..ba9f1f2a9 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -124,6 +124,7 @@ def spread(arg): + ```