Skip to content

Commit b70b05c

Browse files
TomAugspurgerjorisvandenbossche
authored andcommitted
DOC: Fix sphinx warning (#18741)
[ci skip] It interpreted that as a link.
1 parent 99d384d commit b70b05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.21.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ I/O
123123
- Bug in :func:`read_csv` when reading numeric category fields with high cardinality (:issue:`18186`)
124124
- Bug in :meth:`DataFrame.to_csv` when the table had ``MultiIndex`` columns, and a list of strings was passed in for ``header`` (:issue:`5539`)
125125
- Bug in parsing integer datetime-like columns with specified format in ``read_sql`` (:issue:`17855`).
126-
- Bug in :meth:`DataFrame.to_msgpack` when serializing data of the numpy.bool_ datatype (:issue:`18390`)
126+
- Bug in :meth:`DataFrame.to_msgpack` when serializing data of the ``numpy.bool_`` datatype (:issue:`18390`)
127127
- Bug in :func:`read_json` not decoding when reading line deliminted JSON from S3 (:issue:`17200`)
128128
- Bug in :func:`pandas.io.json.json_normalize` to avoid modification of ``meta`` (:issue:`18610`)
129129
- Bug in :func:`to_latex` where repeated multi-index values were not printed even though a higher level index differed from the previous row (:issue:`14484`)

0 commit comments

Comments
 (0)