Skip to content

Commit c5c2587

Browse files
jswhit2jswhit2
authored andcommitted
update stringtochar stub
1 parent 915c133 commit c5c2587

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/netCDF4/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ def stringtoarr(
699699
def stringtochar(
700700
a: npt.NDArray[np.character],
701701
encoding: Literal["none", "None", "bytes"],
702+
n_strlen: int
702703
) -> npt.NDArray[np.bytes_]: ...
703704
@overload
704705
def stringtochar(

0 commit comments

Comments
 (0)