Skip to content

Commit 2916bef

Browse files
committed
correct rst code is two backticks
1 parent 40a902f commit 2916bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Other enhancements
4444
- Implemented a complex-dtype :class:`Index`, passing a complex-dtype array-like to ``pd.Index`` will now retain complex dtype instead of casting to ``object`` (:issue:`45845`)
4545
- Improved error message in :class:`~pandas.core.window.Rolling` when ``window`` is a frequency and ``NaT`` is in the rolling axis (:issue:`46087`)
4646
- :class:`Series` and :class:`DataFrame` with ``IntegerDtype`` now supports bitwise operations (:issue:`34463`)
47-
- `DataFrame.assign` now supports multiple conditions assign statement (:issue:`46285`)
47+
- ``DataFrame.assign`` now supports multiple conditions assign statement (:issue:`46285`)
4848
-
4949

5050
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)