diff --git a/README.md b/README.md index 99508f139..b74dd924e 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 01c2b50b3..060f3a7cc 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -64,6 +64,7 @@ def spread(arg): + ```