Skip to content

Commit 92f5402

Browse files
committed
Remove specific guidance about avoiding 'CPU'
1 parent a78e332 commit 92f5402

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

documentation/style-guide.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ C API
7878
Python's `API <https://docs.python.org/3/c-api/>`_ used by C programmers
7979
to write extension modules. All caps and unhyphenated.
8080

81-
CPU
82-
For "central processing unit." Many style guides say this should be
83-
spelled out on the first use (and if you must use it, do so!). For
84-
the Python documentation, this abbreviation should be avoided since
85-
there's no reasonable way to predict which occurrence will be the
86-
first seen by the reader. It is better to use the word "processor"
87-
instead.
88-
8981
POSIX
9082
The name assigned to a particular group of standards. This is always
9183
uppercase.

0 commit comments

Comments
 (0)