diff --git a/README.md b/README.md index 0cdadd882..73ae4915c 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 789ac55a3..34cc3a7ee 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -104,6 +104,7 @@ def spread(arg): + ```