summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.3.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-08-22 12:50:30 (GMT)
committerGitHub <noreply@github.com>2023-08-22 12:50:30 (GMT)
commitd7202e4879bf4e7e00a69500ddcb3143864139b4 (patch)
tree9f1c6a1ab8efff6c1ab9ee4c003d04e2950e3508 /Doc/whatsnew/3.3.rst
parentc556f9a3c9af48c9af9e1f298be638553a6c886e (diff)
downloadcpython-d7202e4879bf4e7e00a69500ddcb3143864139b4.zip
cpython-d7202e4879bf4e7e00a69500ddcb3143864139b4.tar.gz
cpython-d7202e4879bf4e7e00a69500ddcb3143864139b4.tar.bz2
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r--Doc/whatsnew/3.3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 7e12c27..3f98c82 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -2304,7 +2304,7 @@ Functions and macros manipulating Py_UNICODE* strings:
Encoders:
-* :c:func:`!PyUnicode_Encode`: use :c:func:`PyUnicode_AsEncodedObject`
+* :c:func:`!PyUnicode_Encode`: use :c:func:`!PyUnicode_AsEncodedObject`
* :c:func:`!PyUnicode_EncodeUTF7`
* :c:func:`!PyUnicode_EncodeUTF8`: use :c:func:`PyUnicode_AsUTF8` or
:c:func:`PyUnicode_AsUTF8String`
@@ -2462,7 +2462,7 @@ Porting C code
--------------
* In the course of changes to the buffer API the undocumented
- :c:member:`~Py_buffer.smalltable` member of the
+ :c:member:`!smalltable` member of the
:c:type:`Py_buffer` structure has been removed and the
layout of the :c:type:`PyMemoryViewObject` has changed.