Skip to content

Commit 548ee20

Browse files
MarcoGorelliDr-Irv
andauthored
fix return type
Co-authored-by: Irv Lustig <[email protected]>
1 parent 96990d6 commit 548ee20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/col.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def col(col_name: Hashable) -> Expression:
239239
240240
Returns
241241
-------
242-
Expr
242+
`pandas.api.typing.Expression`
243243
244244
Examples
245245
--------

0 commit comments

Comments
 (0)