diff --git a/README.md b/README.md index 33e8df695..4b736e9b1 100644 --- a/README.md +++ b/README.md @@ -682,6 +682,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index a616a21a0..cd43285d2 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -608,6 +608,7 @@ def spread(arg): + ```