mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix markup buglet in Doc/howto/annotations.rst (#29802)
This commit is contained in:
parent
9a7611a7c4
commit
94daf39b2f
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ Manually Un-Stringizing Stringized Annotations
|
|||
require annotating with string values that specifically
|
||||
*can't* be evaluated. For example:
|
||||
|
||||
* :pep:`604` union types using `|`, before support for this
|
||||
* :pep:`604` union types using ``|``, before support for this
|
||||
was added to Python 3.10.
|
||||
* Definitions that aren't needed at runtime, only imported
|
||||
when :const:`typing.TYPE_CHECKING` is true.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue