Skip to content

Commit 200f59f

Browse files
committed
Fix macro ref in docs
1 parent 46b00c3 commit 200f59f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/c-api/unicode.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ These APIs can be used for fast direct character conversions:
336336
is detected, an :exc:`ValueError` is raised and ``-1`` is returned.
337337
338338
In Unicode 16.0, any character can be lowercased into a buffer of *size* ``2``.
339-
See also :c:macro:`PyUCS4_CASE_CONVERSION_BUFFER_SIZE`.
339+
See also :c:macro:`PyUnstable_UCS4_CASE_CONVERSION_BUFFER_SIZE`.
340340
341341
.. versionadded:: next
342342
@@ -349,7 +349,7 @@ These APIs can be used for fast direct character conversions:
349349
is detected, an :exc:`ValueError` is raised and ``-1`` is returned.
350350
351351
In Unicode 16.0, any character can be uppercased into a buffer of *size* ``3``.
352-
See also :c:macro:`PyUCS4_CASE_CONVERSION_BUFFER_SIZE`.
352+
See also :c:macro:`PyUnstable_UCS4_CASE_CONVERSION_BUFFER_SIZE`.
353353
354354
.. versionadded:: next
355355
@@ -362,7 +362,7 @@ These APIs can be used for fast direct character conversions:
362362
is detected, an :exc:`ValueError` is raised and ``-1`` is returned.
363363
364364
In Unicode 16.0, any character can be titlecased into a buffer of *size* ``3``.
365-
See also :c:macro:`PyUCS4_CASE_CONVERSION_BUFFER_SIZE`.
365+
See also :c:macro:`PyUnstable_UCS4_CASE_CONVERSION_BUFFER_SIZE`.
366366
367367
.. versionadded:: next
368368
@@ -375,7 +375,7 @@ These APIs can be used for fast direct character conversions:
375375
is detected, an :exc:`ValueError` is raised and ``-1`` is returned.
376376
377377
In Unicode 16.0, any character can be foldcased into a buffer of *size* ``3``.
378-
See also :c:macro:`PyUCS4_CASE_CONVERSION_BUFFER_SIZE`.
378+
See also :c:macro:`PyUnstable_UCS4_CASE_CONVERSION_BUFFER_SIZE`.
379379
380380
.. versionadded:: next
381381

0 commit comments

Comments
 (0)