diff --git a/docs/user-guide/lazy/execution.md b/docs/user-guide/lazy/execution.md index 77713be810f95..d5fcf1a896757 100644 --- a/docs/user-guide/lazy/execution.md +++ b/docs/user-guide/lazy/execution.md @@ -48,5 +48,3 @@ If your data requires more memory than you have available Polars may be able to {{code_block('user-guide/lazy/execution','stream',['scan_csv','collect'])}} We look at [streaming in more detail here](streaming.md). - -```