Skip to content

Commit 6c14deb

Browse files
committed
Update code style to double-ticks in whatsnew/v2.0.0.rst
Signed-off-by: Ronald Barnes <[email protected]>
1 parent 0f8bd36 commit 6c14deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ Deprecations
639639
- :meth:`Index.holds_integer` has been deprecated. Use :func:`pandas.api.types.infer_dtype` instead (:issue:`50243`)
640640
- :meth:`Index.is_categorical` has been deprecated. Use :func:`pandas.api.types.is_categorical_dtype` instead (:issue:`50042`)
641641
- :meth:`Index.is_interval` has been deprecated. Use :func:`pandas.api.types.is_intterval_dtype` instead (:issue:`50042`)
642-
- Deprecated behaviour of :func:`read_fwf` `delimiter` option. Use option `keep_whitespace` and `whitespace_chars` instead
642+
- Deprecated behaviour of :func:`read_fwf` ``delimiter`` option. Use option ``keep_whitespace`` and ``whitespace_chars`` instead
643643
-
644644

645645
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)