-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed as not planned
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Documentation
The documentation on strtobool says that any value outside of "y", "yes", "t", "true", "on", "1", "n", "no", "f", "false", "off", or "0" will produce a ValueError.
This is not true. The value "True" does not produce a ValueError.
The documentation needs to say that the value is run through .lower() before comparison, or say that the comparison is not case-sensitive.
Thank you!
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir