We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea4e61 commit 7711a5eCopy full SHA for 7711a5e
pandas/core/dtypes/dtypes.py
@@ -574,8 +574,8 @@ def update_dtype(
574
"Constructing a CategoricalDtype without specifying "
575
"`ordered` will default to `ordered=False` in a future "
576
"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"
+ "`ordered` attribute to change to False; `ordered=True` "
+ "must be explicitly passed in order to be retained"
579
)
580
warnings.warn(msg, FutureWarning, stacklevel=3)
581
0 commit comments