Skip to content

Commit be909d8

Browse files
ShaharNavehproost
authored andcommitted
Added space at the end of the sentence (pandas-dev#29949)
1 parent a2cec79 commit be909d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/dtypes/dtypes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ def update_dtype(
574574
"Constructing a CategoricalDtype without specifying "
575575
"`ordered` will default to `ordered=False` in a future "
576576
"version, which will cause the resulting categorical's "
577-
"`ordered` attribute to change to False; `ordered=True`"
578-
" must be explicitly passed in order to be retained"
577+
"`ordered` attribute to change to False; `ordered=True` "
578+
"must be explicitly passed in order to be retained"
579579
)
580580
warnings.warn(msg, FutureWarning, stacklevel=3)
581581

0 commit comments

Comments
 (0)