-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Fix typos and grammar errors across documentation #144709
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 1 commit
7729fb1
a48d0ea
f9f719e
6d86f27
060353c
bb84df3
1ffed59
830d14e
c380dd0
314fb04
35bc554
c00f418
c5b0895
8d734bf
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 |
|---|---|---|
|
|
@@ -356,9 +356,9 @@ These functions are used to retrieve resource usage information: | |
| print(getrusage(RUSAGE_SELF)) | ||
|
|
||
| The fields of the return value each describe how a particular system resource | ||
| has been used, e.g. amount of time spent running is user mode or number of times | ||
| has been used, e.g. amount of time spent running in user mode or number of times | ||
| the process was swapped out of main memory. Some values are dependent on the | ||
| clock tick internal, e.g. the amount of memory the process is using. | ||
| clock tick interval, e.g. the amount of memory the process is using. | ||
|
Member
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. is this definitely meant to be "interval" rather than "internals"? (If we're not sure, I'd just revert this change for now.)
Contributor
Author
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. Good question! The original text was actually Happy to revert if you'd prefer to be cautious though!
Member
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. OK, that makes sense to me, thanks for checking! |
||
|
|
||
| For backward compatibility, the return value is also accessible as a tuple of 16 | ||
| elements. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.