summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.8.0a2.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-03-12 16:21:22 (GMT)
committerGitHub <noreply@github.com>2019-03-12 16:21:22 (GMT)
commitf45813df52207ae870fda86475976a9b42857592 (patch)
treedad7015a40a96cb63e187cde2ef6712171b9b838 /Misc/NEWS.d/3.8.0a2.rst
parent25ec4a45dcc36c8087f93bd1634b311613244fc6 (diff)
downloadcpython-f45813df52207ae870fda86475976a9b42857592.zip
cpython-f45813df52207ae870fda86475976a9b42857592.tar.gz
cpython-f45813df52207ae870fda86475976a9b42857592.tar.bz2
Minor edits to news entries (ported from 3.7) (GH-12293)
Diffstat (limited to 'Misc/NEWS.d/3.8.0a2.rst')
-rw-r--r--Misc/NEWS.d/3.8.0a2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.8.0a2.rst b/Misc/NEWS.d/3.8.0a2.rst
index 4bf2269..1c0abab 100644
--- a/Misc/NEWS.d/3.8.0a2.rst
+++ b/Misc/NEWS.d/3.8.0a2.rst
@@ -24,7 +24,7 @@ updated, there was an unnecessary call to update slots.
.. nonce: oLhL2v
.. section: Core and Builtins
-The error message emmited when returning invalid types from ``__fspath__``
+The error message emitted when returning invalid types from ``__fspath__``
in interfaces that allow passing :class:`~os.PathLike` objects has been
improved and now it does explain the origin of the error.