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 b57b389 commit 4cb6ddbCopy full SHA for 4cb6ddb
documentation/style-guide.rst
@@ -66,6 +66,12 @@ Specific words
66
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 instances.
71
+ 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
77
to write extension modules. All caps and unhyphenated.
0 commit comments