diff --git a/README.md b/README.md index ebc419916..333e54887 100644 --- a/README.md +++ b/README.md @@ -516,6 +516,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index cfd0ab8ba..2b8e80e64 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -442,6 +442,7 @@ def spread(arg): + ```