diff --git a/README.md b/README.md index 4a7d5f69c..44843069c 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 11dc68254..7dba88717 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -531,6 +531,7 @@ def spread(arg): + ```