We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36aa4d6 commit 5752913Copy full SHA for 5752913
narwhals/_polars/dataframe.py
@@ -39,7 +39,7 @@
39
T = TypeVar("T")
40
41
42
-# TODO @dangotbanned: Want to tell the type checker that `__getattr__` will satisfy specfic methods
+# TODO @dangotbanned: Want to tell the type checker that `__getattr__` will satisfy specific methods
43
# - Could these have a narrower annotation?
44
class PolarsDataFrame:
45
clone: Any
0 commit comments