summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-03-25 03:45:00 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-03-25 03:45:00 (GMT)
commit4a2e663f9941799eeeda5a0eff320665ae1d8e8b (patch)
tree3418c9caec39b389a58a74586b758087ae324fbc /Misc
parentbfba2cd40629e52ba74ddc75a3415adc8f0ef71b (diff)
downloadcpython-4a2e663f9941799eeeda5a0eff320665ae1d8e8b.zip
cpython-4a2e663f9941799eeeda5a0eff320665ae1d8e8b.tar.gz
cpython-4a2e663f9941799eeeda5a0eff320665ae1d8e8b.tar.bz2
Fix a few typos
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d684c82..945527c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,10 +28,10 @@ Core and Builtins
:c:func:`PyObject_Malloc` now detect when functions are called without
holding the GIL.
-- Issue #26516: Add :envvar`PYTHONMALLOC` environment variable to set the
+- Issue #26516: Add :envvar:`PYTHONMALLOC` environment variable to set the
Python memory allocators and/or install debug hooks.
-- Issue #26516: The :c:func`PyMem_SetupDebugHooks` function can now also be
+- Issue #26516: The :c:func:`PyMem_SetupDebugHooks` function can now also be
used on Python compiled in release mode.
- Issue #26516: The :envvar:`PYTHONMALLOCSTATS` environment variable can now
@@ -238,7 +238,7 @@ Library
``None``).
- Issue #21925: :func:`warnings.formatwarning` now catches exceptions when
- calling :func;`linecache.getline` and
+ calling :func:`linecache.getline` and
:func:`tracemalloc.get_object_traceback` to be able to log
:exc:`ResourceWarning` emitted late during the Python shutdown process.