[Python-checkins] cpython: Fix a few typos

zach.ware python-checkins at python.org
Thu Mar 24 23:45:15 EDT 2016


https://hg.python.org/cpython/rev/2aff00ffa054
changeset:   100731:2aff00ffa054
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Mar 24 22:45:00 2016 -0500
summary:
  Fix a few typos

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,10 +28,10 @@
   :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 @@
   ``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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list