Skip to content

Commit 3a004e8

Browse files
Update narwhals/_native.py
Co-authored-by: Francesco Bruzzesi <[email protected]>
1 parent 7e7be3c commit 3a004e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

narwhals/_native.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Our goal is to **wrap** a *partially-unknown* native object **in** a [generic class]:
2020
2121
def wrapping_in_df(native: IntoDataFrameT) -> DataFrame[IntoDataFrameT]: ...
22-
def wrapping_in_ldf(native: IntoLazyFrameT) -> LazyFrame[IntoLazyFrameT]: ...
22+
def wrapping_in_lf(native: IntoLazyFrameT) -> LazyFrame[IntoLazyFrameT]: ...
2323
def wrapping_in_ser(native: IntoSeriesT) -> Series[IntoSeriesT]: ...
2424
2525
### (1) `Native<Thing>`

0 commit comments

Comments
 (0)