Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkroner committed Jul 22, 2024
1 parent 31653cc commit 7593577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_extra_types/semver.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
The SemVer module provides functionality to parse and validate Semantic Versioning (SemVer) strings.
The _VersionPydanticAnnotation class provides functionality to parse and validate Semantic Versioning (SemVer) strings.
This class depends on the [semver](https://python-semver.readthedocs.io/en/latest/index.html) package.
"""
Expand Down

0 comments on commit 7593577

Please sign in to comment.