Skip to content

Commit 7711a5e

Browse files
ShaharNavehjreback
authored andcommitted
Added space at the end of the sentence (#29949)
1 parent 7ea4e61 commit 7711a5e

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)