Skip to content

Commit

Permalink
docs(python): Fix misspelling in LazyFrame docstring (#5917)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngunerli committed Dec 28, 2022
1 parent f8bb5aa commit b0883e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/internals/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def wrap_ldf(ldf: PyLazyFrame) -> LazyFrame:

class LazyFrame:
"""
Representation of a Lazy computation graph/query againat a DataFrame.
Representation of a Lazy computation graph/query against a DataFrame.
Notes
-----
Expand Down

0 comments on commit b0883e0

Please sign in to comment.