]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Markup fix.
authorGeorg Brandl <georg@python.org>
Sat, 12 Oct 2013 11:24:55 +0000 (13:24 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 12 Oct 2013 11:24:55 +0000 (13:24 +0200)
Doc/whatsnew/3.4.rst

index 373f8de1ff45092ec4bfaf049504238a2db501db..b2aa7d2323352105643865e73f17ef1df1f537ad 100644 (file)
@@ -604,7 +604,7 @@ that may require changes to your code.
   libraries that assumed the previous behaviour was intentional can use
   :func:`inspect.unwrap` to gain equivalent behaviour.
 
-* (C API) The result of the :c:var:`PyOS_ReadlineFunctionPointer` callback must
+* (C API) The result of the :c:data:`PyOS_ReadlineFunctionPointer` callback must
   now be a string allocated by :c:func:`PyMem_RawMalloc` or
   :c:func:`PyMem_RawRealloc`, or *NULL* if an error occurred, instead of a
   string allocated by :c:func:`PyMem_Malloc` or :c:func:`PyMem_Realloc`.