Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix documentation style guide formatting
- Correct CPU indentation to 3 spaces
- Correct free-threaded indentation to 3 spaces
- Change 'prevent' to 'avoid' as suggested by reviewer
  • Loading branch information
arunkumargururaj07-star committed Jan 7, 2026
commit 4ee0d9d14ff8701004fcc8a4bafc54d63f4a3717
8 changes: 4 additions & 4 deletions documentation/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ C API
to write extension modules. All caps and unhyphenated.

CPU
Central processing unit. No need to spell out.
Central processing unit. No need to spell out.

free-threaded
The preferred term for the build mode that makes the global interpreter
lock (GIL) optional (per :pep:`703`). Avoid using "No-GIL" to prevent
double negatives (for example, "non-no-GIL").
The preferred term for the build mode that makes the global interpreter
lock (GIL) optional (per :pep:`703`). Avoid using "No-GIL" to avoid
double negatives (for example, "non-no-GIL").

POSIX
The name assigned to a particular group of standards. This is always
Expand Down
Loading