Skip to content

Commit

Permalink
update documentation export()
Browse files Browse the repository at this point in the history
kwarg -> keyword parameter
  • Loading branch information
windiana42 committed Jan 7, 2025
1 parent 6fad241 commit 82b0682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pydiverse/transform/_internal/pipe/verbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ def export(
:param target:
Can currently be either a ``Polars`` or ``Pandas`` object. For polars, one can
specify whether a DataFrame or LazyFrame is returned via the ``lazy`` kwarg.
specify whether a DataFrame or LazyFrame is returned via the ``lazy`` keyword
parameter.
If ``lazy=True``, no actual computations are performed, they just get stored in
the LazyFrame.
Expand Down

0 comments on commit 82b0682

Please sign in to comment.