Skip to content

Commit 7164efc

Browse files
authored
🐛 fix: url typo in docstring (#355)
1 parent 1cbfa77 commit 7164efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_extra_types/phone_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""The `pydantic_extra_types.phone_numbers` module provides the
22
[`PhoneNumber`][pydantic_extra_types.phone_numbers.PhoneNumber] data type.
33
4-
This class depends on the [phonenumbers](https://pypi.orgt/phonenumbers/) package,
4+
This class depends on the [phonenumbers](https://pypi.org/project/phonenumbers/) package,
55
which is a Python port of Google's [libphonenumber](https://github.com/google/libphonenumber/).
66
"""
77

0 commit comments

Comments
 (0)