diff --git a/README.md b/README.md index 014ba9027..0e1c1fd46 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 9f81cd396..0242eb675 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -61,6 +61,7 @@ def spread(arg): + ```