diff --git a/README.md b/README.md index 0243c4968..3d8880f4c 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ def spread(arg): + ``` diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index d4df61298..53abe4545 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -121,6 +121,7 @@ def spread(arg): + ```