Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7838196

Browse filesBrowse files
tlaferrieretomschr
andauthored
Update docs/coerce.py
Co-authored-by: Tom Schraitle <tomschr@users.noreply.github.com>
1 parent fa7b440 commit 7838196
Copy full SHA for 7838196

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/coerce.py

Copy file name to clipboardExpand all lines: docs/coerce.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616

1717

18-
def coerce(version):
18+
def coerce(version: str) -> tuple[Version, Optional[str]]:
1919
"""
2020
Convert an incomplete version string into a semver-compatible Version
2121
object

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.