Skip to content

Commit d38b9c4

Browse files
committed
Fix a few typos
1 parent 60f44ca commit d38b9c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Misc/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Core and Builtins
2828
:c:func:`PyObject_Malloc` now detect when functions are called without
2929
holding the GIL.
3030

31-
- Issue #26516: Add :envvar`PYTHONMALLOC` environment variable to set the
31+
- Issue #26516: Add :envvar:`PYTHONMALLOC` environment variable to set the
3232
Python memory allocators and/or install debug hooks.
3333

34-
- Issue #26516: The :c:func`PyMem_SetupDebugHooks` function can now also be
34+
- Issue #26516: The :c:func:`PyMem_SetupDebugHooks` function can now also be
3535
used on Python compiled in release mode.
3636

3737
- Issue #26516: The :envvar:`PYTHONMALLOCSTATS` environment variable can now
@@ -238,7 +238,7 @@ Library
238238
``None``).
239239

240240
- Issue #21925: :func:`warnings.formatwarning` now catches exceptions when
241-
calling :func;`linecache.getline` and
241+
calling :func:`linecache.getline` and
242242
:func:`tracemalloc.get_object_traceback` to be able to log
243243
:exc:`ResourceWarning` emitted late during the Python shutdown process.
244244

0 commit comments

Comments
 (0)