Skip to content

Commit b3c27c6

Browse files
committed
Add boolean to the style guide
1 parent 298e76b commit b3c27c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

documentation/style-guide.rst

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

69+
boolean
70+
Lowercase in most cases.
71+
Uppercase for Boolean mathematics and Boolean logic.
72+
6973
C API
7074
Python's `API <https://docs.python.org/3/c-api/>`_ used by C programmers
7175
to write extension modules. All caps and unhyphenated.

0 commit comments

Comments
 (0)