We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e561ff5 commit de8512aCopy full SHA for de8512a
documentation/style-guide.rst
@@ -83,9 +83,9 @@ POSIX
83
The name assigned to a particular group of standards. This is always
84
uppercase.
85
free-threaded
86
- The preferred term for the build mode that makes the Global Interpreter
87
- Lock (GIL) optional (per PEP 703). Avoid using "No-GIL" to prevent
88
- double-negatives (e.g., "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 prevent
+ double negatives (for example, "non-no-GIL").
89
Python
90
The name of our favorite programming language is always capitalized.
91
0 commit comments