mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
:c:type:`<C type>` -> :c:expr:`<C type>` Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
aeb28f5130
commit
0031e62973
34 changed files with 241 additions and 241 deletions
|
@ -316,7 +316,7 @@ Sequences
|
|||
|
||||
A string is a sequence of values that represent Unicode code points.
|
||||
All the code points in the range ``U+0000 - U+10FFFF`` can be
|
||||
represented in a string. Python doesn't have a :c:type:`char` type;
|
||||
represented in a string. Python doesn't have a :c:expr:`char` type;
|
||||
instead, every code point in the string is represented as a string
|
||||
object with length ``1``. The built-in function :func:`ord`
|
||||
converts a code point from its string form to an integer in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue