Skip to content

Replace 'positive integer' with 'nonnegative integer' #6583

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blkerby
Copy link

@blkerby blkerby commented Jun 21, 2025

This PR replaces all instances of "positive integer" with "nonnegative integer" in the configuration docs, as in every case zero is also an accepted value, and in many cases zero is already singled out in the docs as a possibility.

A "max_width" of zero of course does not give reasonable results (and it results in "left behind trailing whitespace" errors), but a value of 1 is just as bad, so there seems to be no harm in replacing "positive integer" with "nonnegative integer" even in this case.

Fixes #6570.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doc: "0" listed as possible value for "positive integer" values
2 participants