]> granicus.if.org Git - python/commitdiff
Fix a few typos
authorZachary Ware <zachary.ware@gmail.com>
Fri, 25 Mar 2016 03:45:00 +0000 (22:45 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 25 Mar 2016 03:45:00 +0000 (22:45 -0500)
Misc/NEWS

index d684c8267eda0e826c3023020e7a2a23222abd86..945527c96cb77914be69f7df505dfb7a8a1cbc86 100644 (file)
--- 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.