Skip to content

Commit bdca464

Browse files
jbkronertomschr
andcommitted
Update docs/advanced/combine-pydantic-and-semver.rst
Co-authored-by: Tom Schraitle <tomschr@users.noreply.github.com>
1 parent c93ee19 commit bdca464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/combine-pydantic-and-semver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you are working with Pydantic>2.0 and pydantic-extra-types>=2.10.0 use the bu
2525
print(app_version.version)
2626
# > 1.2.3
2727
28-
To work with Pydantic>2.0 and without pydantic-extra-types you can use the following example to define your own type:
28+
To work with Pydantic>2.0 and without pydantic-extra-types use the following example to define your own type:
2929

3030

3131
1. Derive a new class from :class:`~semver.version.Version`

0 commit comments

Comments
 (0)