summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorXie Yanbo <xieyanbo@gmail.com>2024-05-15 23:38:32 (GMT)
committerGitHub <noreply@github.com>2024-05-15 23:38:32 (GMT)
commit4d3ef8056a1b00c002b8a10315c0a00cf646e93b (patch)
tree8fd74c9798c94975b91d60ac9f1d32d1d5e5f681 /Misc/NEWS.d
parentfb0cf7d1408c904e40142a74cd7a53eb52a8e568 (diff)
downloadcpython-4d3ef8056a1b00c002b8a10315c0a00cf646e93b.zip
cpython-4d3ef8056a1b00c002b8a10315c0a00cf646e93b.tar.gz
cpython-4d3ef8056a1b00c002b8a10315c0a00cf646e93b.tar.bz2
Docs: fix typos in documentation (gh-118941)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/3.5.0a1.rst6
-rw-r--r--Misc/NEWS.d/3.6.0a1.rst2
-rw-r--r--Misc/NEWS.d/3.6.0b2.rst2
-rw-r--r--Misc/NEWS.d/3.6.3rc1.rst2
-rw-r--r--Misc/NEWS.d/3.7.0a1.rst6
-rw-r--r--Misc/NEWS.d/3.7.0a4.rst2
-rw-r--r--Misc/NEWS.d/3.7.0b1.rst2
-rw-r--r--Misc/NEWS.d/3.7.0b4.rst4
-rw-r--r--Misc/NEWS.d/3.8.0a1.rst4
9 files changed, 15 insertions, 15 deletions
diff --git a/Misc/NEWS.d/3.5.0a1.rst b/Misc/NEWS.d/3.5.0a1.rst
index 5244db1..442ab62 100644
--- a/Misc/NEWS.d/3.5.0a1.rst
+++ b/Misc/NEWS.d/3.5.0a1.rst
@@ -1345,7 +1345,7 @@ newer worked.
.. section: Library
The "ip" command is now used on Linux to determine MAC address in
-uuid.getnode(). Pach by Bruno Cauet.
+uuid.getnode(). Patch by Bruno Cauet.
..
@@ -3930,7 +3930,7 @@ has been called.
.. nonce: 5CDoox
.. section: Library
-New keyword argument ``unsafe`` to Mock. It raises ``AttributeError`` incase of
+New keyword argument ``unsafe`` to Mock. It raises ``AttributeError`` in case of
an attribute startswith assert or assret.
..
@@ -4339,7 +4339,7 @@ these modules are not used.
.. nonce: V1-XhC
.. section: Library
-Include the broadcast address in the usuable hosts for IPv6 in ipaddress.
+Include the broadcast address in the usable hosts for IPv6 in ipaddress.
..
diff --git a/Misc/NEWS.d/3.6.0a1.rst b/Misc/NEWS.d/3.6.0a1.rst
index 144d217..5c9a6e5 100644
--- a/Misc/NEWS.d/3.6.0a1.rst
+++ b/Misc/NEWS.d/3.6.0a1.rst
@@ -1401,7 +1401,7 @@ array is extended.
.. section: Library
doctest.DocFileTest and doctest.testfile() now support packages (module
-splitted into multiple directories) for the package parameter.
+split into multiple directories) for the package parameter.
..
diff --git a/Misc/NEWS.d/3.6.0b2.rst b/Misc/NEWS.d/3.6.0b2.rst
index 9413c6e..23dd69e 100644
--- a/Misc/NEWS.d/3.6.0b2.rst
+++ b/Misc/NEWS.d/3.6.0b2.rst
@@ -215,7 +215,7 @@ memcpy().
.. nonce: e5xc1i
.. section: Core and Builtins
-Fix dict.pop() for splitted dictionary when trying to remove a "pending key"
+Fix dict.pop() for split dictionary when trying to remove a "pending key"
(Not yet inserted in split-table). Patch by Xiang Zhang.
..
diff --git a/Misc/NEWS.d/3.6.3rc1.rst b/Misc/NEWS.d/3.6.3rc1.rst
index ebda766..6a20e07 100644
--- a/Misc/NEWS.d/3.6.3rc1.rst
+++ b/Misc/NEWS.d/3.6.3rc1.rst
@@ -85,7 +85,7 @@ wrong line (typically the first line of the file).
.. nonce: Kl_fS5
.. section: Core and Builtins
-Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C libray
+Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C library
plans to remove the functions from sys/types.h.
..
diff --git a/Misc/NEWS.d/3.7.0a1.rst b/Misc/NEWS.d/3.7.0a1.rst
index 58d51c4..fd6ba07 100644
--- a/Misc/NEWS.d/3.7.0a1.rst
+++ b/Misc/NEWS.d/3.7.0a1.rst
@@ -214,7 +214,7 @@ Fix possible undefined behavior in _PyObject_FastCall_Prepend.
.. nonce: Kl_fS5
.. section: Core and Builtins
-Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C libray
+Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C library
plans to remove the functions from sys/types.h.
..
@@ -1479,7 +1479,7 @@ memcpy().
.. nonce: e5xc1i
.. section: Core and Builtins
-Fix dict.pop() for splitted dictionary when trying to remove a "pending key"
+Fix dict.pop() for split dictionary when trying to remove a "pending key"
(Not yet inserted in split-table). Patch by Xiang Zhang.
..
@@ -2516,7 +2516,7 @@ stdin.write() if the child process is still running but closed the pipe.
.. nonce: CdOuSl
.. section: Library
-Addded empty __slots__ to abc.ABC. This allows subclassers to deny __dict__
+Added empty __slots__ to abc.ABC. This allows subclassers to deny __dict__
and __weakref__ creation. Patch by Aaron Hall.
..
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.
..
diff --git a/Misc/NEWS.d/3.7.0b1.rst b/Misc/NEWS.d/3.7.0b1.rst
index d1beec9..b6477127 100644
--- a/Misc/NEWS.d/3.7.0b1.rst
+++ b/Misc/NEWS.d/3.7.0b1.rst
@@ -875,4 +875,4 @@ by Stéphane Wirtel
.. section: C API
Add C API access to the ``datetime.timezone`` constructor and
-``datetime.timzone.UTC`` singleton.
+``datetime.timezone.UTC`` singleton.
diff --git a/Misc/NEWS.d/3.7.0b4.rst b/Misc/NEWS.d/3.7.0b4.rst
index b17c7e0..fd0ce25 100644
--- a/Misc/NEWS.d/3.7.0b4.rst
+++ b/Misc/NEWS.d/3.7.0b4.rst
@@ -46,8 +46,8 @@ Fix potential memory leak in ``normalizestring()``.
Change dict growth function from
``round_up_to_power_2(used*2+hashtable_size/2)`` to
-``round_up_to_power_2(used*3)``. Previously, dict is shrinked only when
-``used == 0``. Now dict has more chance to be shrinked.
+``round_up_to_power_2(used*3)``. Previously, dict is shrunk only when
+``used == 0``. Now dict has more chance to be shrunk.
..
diff --git a/Misc/NEWS.d/3.8.0a1.rst b/Misc/NEWS.d/3.8.0a1.rst
index 1964a83..258e7d8 100644
--- a/Misc/NEWS.d/3.8.0a1.rst
+++ b/Misc/NEWS.d/3.8.0a1.rst
@@ -1406,8 +1406,8 @@ Fix potential memory leak in ``normalizestring()``.
Change dict growth function from
``round_up_to_power_2(used*2+hashtable_size/2)`` to
-``round_up_to_power_2(used*3)``. Previously, dict is shrinked only when
-``used == 0``. Now dict has more chance to be shrinked.
+``round_up_to_power_2(used*3)``. Previously, dict is shrunk only when
+``used == 0``. Now dict has more chance to be shrunk.
..