File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Behavior differences
9090These are places where the behavior of ``StringDtype `` objects differ from
9191``object `` dtype:
9292
93- l . For ``StringDtype ``, :ref: `string accessor methods<api.series.str> `
93+ 1 . For ``StringDtype ``, :ref: `string accessor methods<api.series.str> `
9494 that return **numeric ** output will always return a nullable integer dtype,
9595 rather than either int or float dtype, depending on the presence of NA values.
9696 Methods returning **boolean ** output will return a nullable boolean dtype.
@@ -332,8 +332,8 @@ regular expression object will raise a ``ValueError``.
332332 ---------------------------------------------------------------------------
333333 ValueError: case and flags cannot be set when pat is a compiled regex
334334
335- ``removeprefix `` and ``removesuffix `` have the same effect as ``str.removeprefix `` and ``str.removesuffix `` added in Python 3.9
336- <https://docs.python.org/3/library/stdtypes.html#str.removeprefix>`__:
335+ ``removeprefix `` and ``removesuffix `` have the same effect as ``str.removeprefix `` and ``str.removesuffix `` added in
336+ ` Python 3.9 <https://docs.python.org/3/library/stdtypes.html#str.removeprefix >`__:
337337
338338.. versionadded :: 1.4.0
339339
You can’t perform that action at this time.
0 commit comments