diff --git a/README.md b/README.md index 00574ed0d..c46fffd4c 100644 --- a/README.md +++ b/README.md @@ -362,6 +362,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 5fa3b3114..483e57130 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -288,6 +288,7 @@ def spread(arg): + ```