Skip to content

Commit

Permalink
Correct docstring reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 4, 2024
1 parent 1cc9102 commit 43bd13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check_python_versions/parsers/poetry_version_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def detect_poetry_version_spec_style(spec: str) -> VersionSpecStyle:
"""Determine how a python_requires string was formatted.
The return value is a dict of kwargs that can be splatted
into compute_python_requires(..., **style).
into compute_poetry_spec(..., **style).
"""
comma = ', '
if ',' in spec and ', ' not in spec:
Expand Down

0 comments on commit 43bd13b

Please sign in to comment.