Skip to content

Commit 5752913

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals/_polars/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
T = TypeVar("T")
4040

4141

42-
# TODO @dangotbanned: Want to tell the type checker that `__getattr__` will satisfy specfic methods
42+
# TODO @dangotbanned: Want to tell the type checker that `__getattr__` will satisfy specific methods
4343
# - Could these have a narrower annotation?
4444
class PolarsDataFrame:
4545
clone: Any

0 commit comments

Comments
 (0)