mirror of
https://github.com/python/cpython.git
synced 2024-11-28 04:15:11 +08:00
Fix markup buglet in Doc/howto/annotations.rst (#29802)
This commit is contained in:
parent
9a7611a7c4
commit
94daf39b2f
@ -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…
Reference in New Issue
Block a user