Skip to content

docs: correct PossibleValueTypes note in between to include None#460

Open
SAY-5 wants to merge 1 commit into
python-validators:masterfrom
SAY-5:docs-between-typevar-none
Open

docs: correct PossibleValueTypes note in between to include None#460
SAY-5 wants to merge 1 commit into
python-validators:masterfrom
SAY-5:docs-between-typevar-none

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented May 24, 2026

The Note in the between docstring documents PossibleValueTypes as TypeVar("PossibleValueTypes", int, float, str, datetime), but the actual definition in the module (line 11) includes None as a constraint: TypeVar("PossibleValueTypes", int, float, str, datetime, None). This updates the docstring to match the code.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant