We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c27c6 commit b78542aCopy full SHA for b78542a
documentation/style-guide.rst
@@ -67,8 +67,10 @@ Some terms and words deserve special mention. These conventions should
67
be used to ensure consistency throughout the documentation:
68
69
boolean
70
- Lowercase in most cases.
71
- Uppercase for Boolean mathematics and Boolean logic.
+ Lowercase in most instances.
+ Uppercase for *Boolean mathematics* and *Boolean logic*.
72
+ To refer to the Python or C data type, prefer using the exact,
73
+ abbreviated name with appropriate markup (for example, ``:type:`bool```).
74
75
C API
76
Python's `API <https://docs.python.org/3/c-api/>`_ used by C programmers
0 commit comments