Fix markup buglet in Doc/howto/annotations.rst (#29802)

This commit is contained in:
Guido van Rossum 2021-11-26 14:10:01 -08:00 committed by GitHub
parent 9a7611a7c4
commit 94daf39b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.