Skip to content

Commit f0dd021

Browse files
move doc to 0.25
1 parent 6ff3260 commit f0dd021

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/whatsnew/v0.24.2.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Bug Fixes
5656
- Bug in reading a HDF5 table-format ``DataFrame`` created in Python 2, in Python 3 (:issue:`24925`)
5757
- Bug in reading a JSON with ``orient='table'`` generated by :meth:`DataFrame.to_json` with ``index=False`` (:issue:`25170`)
5858
- Bug where float indexes could have misaligned values when printing (:issue:`25061`)
59-
- Bug in :meth:`Series.to_string` adding a leading space when ``index=False`` (:issue:`24980`)
6059

6160
**Categorical**
6261

doc/source/whatsnew/v0.25.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ I/O
157157
^^^
158158

159159
- Fixed bug in missing text when using :meth:`to_clipboard` if copying utf-16 characters in Python 3 on Windows (:issue:`25040`)
160-
-
160+
- Bug in :meth:`Series.to_string` adding a leading space when ``index=False`` (:issue:`24980`)
161161
-
162162
-
163163

0 commit comments

Comments
 (0)