Skip to content

Commit d05a663

Browse files
authored
no-issue: Fix documentation typos. (GH-30576)
1 parent 194ecc6 commit d05a663

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
@@ -656,7 +656,7 @@ PyConfig
656656
657657
.. c:member:: int dump_refs
658658
659-
Dump Python refererences?
659+
Dump Python references?
660660
661661
If non-zero, dump all objects which are still alive at exit.
662662

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)