Skip to content

Commit b555c43

Browse files
DOC: fix some typos (#16144)
1 parent d50b162 commit b555c43

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

doc/source/whatsnew/v0.20.0.txt

+7-6
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ If indicated, a deprecation warning will be issued if you reference theses modul
12411241
Some new subpackages are created with public functionality that is not directly
12421242
exposed in the top-level namespace: ``pandas.errors``, ``pandas.plotting`` and
12431243
``pandas.testing`` (more details below). Together with ``pandas.api.types`` and
1244-
certain functions in the ``pandas.io`` and ``pandas.tseries`` submodules,
1244+
certain functions in the ``pandas.io`` and ``pandas.tseries`` submodules,
12451245
these are now the public subpackages.
12461246

12471247

@@ -1276,7 +1276,7 @@ The following are now part of this API:
12761276
``pandas.testing``
12771277
^^^^^^^^^^^^^^^^^^
12781278

1279-
We are adding a standard module that exposes the public testing functions in ``pandas.testing`` (:issue:`9895`. Those functions can be used when writing tests for functionality using pandas objects.
1279+
We are adding a standard module that exposes the public testing functions in ``pandas.testing`` (:issue:`9895`). Those functions can be used when writing tests for functionality using pandas objects.
12801280

12811281
The following testing functions are now part of this API:
12821282

@@ -1295,13 +1295,14 @@ A new public ``pandas.plotting`` module has been added that holds plotting funct
12951295

12961296
.. _whatsnew_0200.privacy.development:
12971297

1298-
Other Developement Changes
1299-
^^^^^^^^^^^^^^^^^^^^^^^^^^
1298+
Other Development Changes
1299+
^^^^^^^^^^^^^^^^^^^^^^^^^
13001300

13011301
- Building pandas for development now requires ``cython >= 0.23`` (:issue:`14831`)
13021302
- Require at least 0.23 version of cython to avoid problems with character encodings (:issue:`14699`)
1303-
- Reorganization of timeseries tests (:issue:`14854`)
1304-
- Reorganization of date converter tests (:issue:`15707`)
1303+
- Switched the test framework to use `pytest <http://doc.pytest.org/en/latest>`__ (:issue:`13097`)
1304+
- Reorganization of tests directory layout (:issue:`14854`, :issue:`15707`).
1305+
13051306

13061307
.. _whatsnew_0200.deprecations:
13071308

pandas/errors/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ParserWarning(Warning):
5959

6060
class UnserializableWarning(Warning):
6161
"""
62-
Warnng that is raised when a DataFrame cannot be serialzed.
62+
Warning that is raised when a DataFrame cannot be serialized.
6363
6464
.. versionadded:: 0.20.0
6565
"""

0 commit comments

Comments
 (0)