-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Docs: Fix documentation typos in C files #125570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -361,7 +361,7 @@ _testcapi_unstable_exc_prep_reraise_star_impl(PyObject *module, | |||||
|
||||||
|
||||||
/* | ||||||
* Define the PyRecurdingInfinitelyError_Type | ||||||
* Define the PyRecurringInfinitelyError_Type | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
*/ | ||||||
|
||||||
static PyTypeObject PyRecursingInfinitelyError_Type; | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5716,7 +5716,7 @@ os_nice_impl(PyObject *module, int increment) | |
|
||
/* There are two flavours of 'nice': one that returns the new | ||
priority (as required by almost all standards out there) and the | ||
Linux/FreeBSD one, which returns '0' on success and advices | ||
Linux/FreeBSD one, which returns '0' on success and advises | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Advices seems to be plural of the noun while advises is the verb. I think this is right. |
||
the use of getpriority() to get the new priority. | ||
|
||
If we are of the nice family that returns the new priority, we | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what
swalled
is supposed to mean. I can just revert this change and the same one below if you want.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DinoV wrote this.
Refuse the temptation to guess unless you know what it means.
Having said that, my best guess is “swapped out”. The LL and PP keys are in the same corner of my keyboard.