Skip to content

Commit f81282c

Browse files
Fix typo in semver.py
1 parent 32a91f6 commit f81282c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_extra_types/semver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from typing_extensions import Annotated
1414

1515
warnings.warn(
16-
'Use from pydantic_extra_types.semver import SemanticVersion instead. Will be removed in 3.0.0.', DeprecationWarning
16+
'Use from pydantic_extra_types.semantic_version import SemanticVersion instead. Will be removed in 3.0.0.', DeprecationWarning
1717
)
1818

1919

0 commit comments

Comments
 (0)