diff --git a/README.md b/README.md index f75da5d21..1d3fd8b70 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 690cebcda..26aa25f2d 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -162,6 +162,7 @@ def spread(arg): + ```