diff --git a/README.md b/README.md index e0bc7108f..eaa5ec062 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9fa0c4fb1..79e4d6117 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -110,6 +110,7 @@ def spread(arg): + ```