Skip to content

Commit 43bd13b

Browse files
committed
Correct docstring reference
1 parent 1cc9102 commit 43bd13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check_python_versions/parsers/poetry_version_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def detect_poetry_version_spec_style(spec: str) -> VersionSpecStyle:
231231
"""Determine how a python_requires string was formatted.
232232
233233
The return value is a dict of kwargs that can be splatted
234-
into compute_python_requires(..., **style).
234+
into compute_poetry_spec(..., **style).
235235
"""
236236
comma = ', '
237237
if ',' in spec and ', ' not in spec:

0 commit comments

Comments
 (0)