Skip to content

Commit 2a04da3

Browse files
authored
Update basics.strings.rst
1 parent 583993f commit 2a04da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user/basics.strings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ that empty strings are used to populate empty arrays:
109109
>>> np.empty(3, dtype=StringDType())
110110
array(['', '', ''], dtype=StringDType())
111111

112-
Optionally, you can pass create an instance of ``StringDType`` with
112+
Optionally, you can create an instance of ``StringDType`` with
113113
support for missing values by passing ``na_object`` as a keyword
114114
argument for the initializer:
115115

0 commit comments

Comments
 (0)