We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc9102 commit 43bd13bCopy full SHA for 43bd13b
src/check_python_versions/parsers/poetry_version_spec.py
@@ -231,7 +231,7 @@ def detect_poetry_version_spec_style(spec: str) -> VersionSpecStyle:
231
"""Determine how a python_requires string was formatted.
232
233
The return value is a dict of kwargs that can be splatted
234
- into compute_python_requires(..., **style).
+ into compute_poetry_spec(..., **style).
235
"""
236
comma = ', '
237
if ',' in spec and ', ' not in spec:
0 commit comments