Skip to content

Commit b78542a

Browse files
hugovkAA-Turner
andauthored
Improve wording
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent b3c27c6 commit b78542a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

documentation/style-guide.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ Some terms and words deserve special mention. These conventions should
6767
be used to ensure consistency throughout the documentation:
6868

6969
boolean
70-
Lowercase in most cases.
71-
Uppercase for Boolean mathematics and Boolean logic.
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```).
7274

7375
C API
7476
Python's `API <https://docs.python.org/3/c-api/>`_ used by C programmers

0 commit comments

Comments
 (0)