summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.7.0a4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.7.0a4.rst')
-rw-r--r--Misc/NEWS.d/3.7.0a4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.7.0a4.rst b/Misc/NEWS.d/3.7.0a4.rst
index f2c6559..679f72e 100644
--- a/Misc/NEWS.d/3.7.0a4.rst
+++ b/Misc/NEWS.d/3.7.0a4.rst
@@ -595,7 +595,7 @@ Add asyncio.get_running_loop() function.
.. section: Library
All class and static methods of builtin types now are correctly classified
-by inspect.classify_class_attrs() and grouped in pydoc ouput. Added
+by inspect.classify_class_attrs() and grouped in pydoc output. Added
types.ClassMethodDescriptorType for unbound class methods of builtin types.
..