Skip to content

Commit 68a31db

Browse files
no-issue: Fix documentation typos. (GH-30576)
(cherry picked from commit d05a663) Co-authored-by: Piotr Fusik <[email protected]>
1 parent f6e5972 commit 68a31db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/c-api/init_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ PyConfig
634634
635635
.. c:member:: int dump_refs
636636
637-
Dump Python refererences?
637+
Dump Python references?
638638
639639
If non-zero, dump all objects which are still alive at exit.
640640

Doc/howto/descriptor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ variables:
15441544
'Simulate how the type metaclass adds member objects for slots'
15451545

15461546
def __new__(mcls, clsname, bases, mapping):
1547-
'Emuluate type_new() in Objects/typeobject.c'
1547+
'Emulate type_new() in Objects/typeobject.c'
15481548
# type_new() calls PyTypeReady() which calls add_methods()
15491549
slot_names = mapping.get('slot_names', [])
15501550
for offset, name in enumerate(slot_names):

0 commit comments

Comments
 (0)