Skip to content

Commit 2f2127f

Browse files
committed
Merge pull request #8497 from jbradish/master
DOC/BUG:Added Missing Semicolon to Release Note v0.15
2 parents 29de89c + d0064aa commit 2f2127f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/v0.15.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ API changes
274274

275275
- ``Series.to_csv()`` now returns a string when ``path=None``, matching the behaviour of ``DataFrame.to_csv()`` (:issue:`8215`).
276276

277-
- ``read_hdf`` now raises ``IOError`` when a file that doesn't exist is passed in. Previously, a new, empty file was created, and a ``KeyError`` raised (:issue `7715`).
277+
- ``read_hdf`` now raises ``IOError`` when a file that doesn't exist is passed in. Previously, a new, empty file was created, and a ``KeyError`` raised (:issue:`7715`).
278278

279279
- ``DataFrame.info()`` now ends its output with a newline character (:issue:`8114`)
280280
- add ``copy=True`` argument to ``pd.concat`` to enable pass thru of complete blocks (:issue:`8252`)

0 commit comments

Comments
 (0)