Skip to content

Commit 0562d08

Browse files
committed
fix comments
1 parent 28f9012 commit 0562d08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/_libs/lib.pyx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1705,13 +1705,13 @@ cpdef ndarray ensure_string_array(
17051705
Parameters
17061706
----------
17071707
values : array-like
1708-
The values to be converted to str, if needed
1708+
The values to be converted to str, if needed.
17091709
na_value : Any
1710-
The value to use for na. For example, np.nan or pd.NAN
1710+
The value to use for na. For example, np.nan or pd.NA.
17111711
convert_na_value : bool, default True
1712-
If False, existing na values will be used unchanged in the new array
1712+
If False, existing na values will be used unchanged in the new array.
17131713
copy : bool, default True
1714-
Whether to wnsure that a new array is returned
1714+
Whether to ensure that a new array is returned.
17151715
17161716
Returns
17171717
-------

0 commit comments

Comments
 (0)