Skip to content

Commit 9c0f46d

Browse files
committed
DOC: fix up build errors in release notes
1 parent 6d9bd5a commit 9c0f46d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/v0.9.0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ API changes
5151
- ``first`` and ``last`` methods in ``GroupBy`` no longer drop non-numeric
5252
columns (GH1809_)
5353
- Resolved inconsistencies in specifying custom NA values in text parser.
54-
`na_values` of type dict no longer override default NAs unless
55-
`keep_default_na` is set to false explicitly (GH1657_)
56-
- DataFrame.dot will not do data alignment, and also work with Series
54+
``na_values`` of type dict no longer override default NAs unless
55+
``keep_default_na`` is set to false explicitly (GH1657_)
56+
- ``DataFrame.dot`` will not do data alignment, and also work with Series
5757
(GH1915_)
5858

5959

0 commit comments

Comments
 (0)