Skip to content

Commit 99c74cb

Browse files
author
y-p
committed
DOC: fix typos in RELEASE.rst
1 parent f6ac8c0 commit 99c74cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pandas 0.11.0
4747

4848
**Improvements to existing features**
4949

50-
- Improved performance of dv.to_csv() by up to 10x in some cases. (GH3059_)
50+
- Improved performance of df.to_csv() by up to 10x in some cases. (GH3059_)
5151
- added ``blocks`` attribute to DataFrames, to return a dict of dtypes to
5252
homogeneously dtyped DataFrames
5353
- added keyword ``convert_numeric`` to ``convert_objects()`` to try to
@@ -249,7 +249,7 @@ pandas 0.11.0
249249
.. _GH3053: https://github.com/pydata/pandas/issues/3053
250250
.. _GH3076: https://github.com/pydata/pandas/issues/3076
251251
.. _GH3063: https://github.com/pydata/pandas/issues/3063
252-
.. _GH3059: https://github.com/pydata/pandas/issues/3039
252+
.. _GH3059: https://github.com/pydata/pandas/issues/3059
253253

254254
pandas 0.10.1
255255
=============

doc/source/v0.11.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ API changes
229229
Enhancements
230230
~~~~~~~~~~~~
231231

232-
- Improved performance of dv.to_csv() by up to 10x in some cases. (GH3059_)
232+
- Improved performance of df.to_csv() by up to 10x in some cases. (GH3059_)
233233

234234
- Numexpr is now a :ref:`Recommended Dependencies <install.recommended_dependencies>`, to accelerate certain
235235
types of numerical and boolean operations

0 commit comments

Comments
 (0)