diff --git a/README.md b/README.md index 40a447543..ab3c00b2d 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index 1d11947cd..01431de90 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -495,6 +495,7 @@ def spread(arg): + ```