Skip to content

Commit

Permalink
docs(python): fix out-of-date explain default parameter (pola-rs#10566)
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp authored Aug 17, 2023
1 parent c626bab commit 9b3007e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ def explain(
Parameters
----------
optimized
Return an optimized query plan. Defaults to ``False``.
Return an optimized query plan. Defaults to ``True``.
If this is set to ``True`` the subsequent
optimization flags control which optimizations
run.
Expand Down

0 comments on commit 9b3007e

Please sign in to comment.