Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Sep 11, 2024
1 parent 2ec6c8a commit e576b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vvm/utils/versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _detect_version_specifier(source_code: str) -> Optional[Specifier]:
Returns
-------
str
vyper version, or None if no version could be detected.
vyper version specifier, or None if none could be detected.
"""
try:
match = next(_VERSION_RE.finditer(source_code))
Expand Down

0 comments on commit e576b55

Please sign in to comment.