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 298e76b commit b3c27c6Copy full SHA for b3c27c6
documentation/style-guide.rst
@@ -66,6 +66,10 @@ 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 cases.
71
+ Uppercase for Boolean mathematics and Boolean logic.
72
+
73
C API
74
Python's `API <https://docs.python.org/3/c-api/>`_ used by C programmers
75
to write extension modules. All caps and unhyphenated.
0 commit comments