8000 Fix missing link in documentation · pydantic/pydantic@3a6aef4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a6aef4

Browse files
committed
Fix missing link in documentation
Backport of: #11869
1 parent 0506b9c commit 3a6aef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ two reasons:
200200
- In most cases, [recursive type aliases](#named-recursive-types) won't work.
201201

202202
By leveraging the new [`type` statement](https://typing.readthedocs.io/en/latest/spec/aliases.html#type-statement)
203-
(introduced in [PEP 695]), you can define aliases as follows:
203+
(introduced in [PEP 695](https://peps.python.org/pep-0695/)), you can define aliases as follows:
204204

205205
=== "Python 3.9 and above"
206206

0 commit comments

Comments
 (0)
0