Skip to content

Commit

Permalink
Added space at the end of the sentence (pandas-dev#29949)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharNaveh authored and proost committed Dec 19, 2019
1 parent a2cec79 commit be909d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/core/dtypes/dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,8 @@ def update_dtype(
"Constructing a CategoricalDtype without specifying "
"`ordered` will default to `ordered=False` in a future "
"version, which will cause the resulting categorical's "
"`ordered` attribute to change to False; `ordered=True`"
" 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"
)
warnings.warn(msg, FutureWarning, stacklevel=3)

Expand Down

0 comments on commit be909d8

Please sign in to comment.