Skip to content
Open
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
Apply maintainer feedback: fix style and formatting
  • Loading branch information
arunkumargururaj07-star committed Jan 6, 2026
commit b943f6913b2c48dac98f4a8914259dde0a88efba
13 changes: 2 additions & 11 deletions documentation/style-guide.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _style-guide:
.. _style-guide:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the unrelated change?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still changed.


===========
Style guide
Expand Down Expand Up @@ -81,22 +81,13 @@ CPU

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
lock (GIL) optional (per :pep:`703`). Avoid using "No-GIL" to prevent
double negatives (for example, "non-no-GIL").

POSIX
<<<<<<< HEAD
The name assigned to a particular group of standards. This is always
uppercase.
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 name assigned to a particular group of standards. This is always
uppercase.

>>>>>>> a22760b (Final cleanup: alphabetical order and whitespace)
Python
The name of our favorite programming language is always capitalized.

Expand Down
Loading