Fix markup buglet in Doc/howto/annotations.rst (GH-29802) (GH-29805)

(cherry picked from commit 94daf39b2f)

Co-authored-by: Guido van Rossum <guido@python.org>
This commit is contained in:
Miss Islington (bot) 2021-12-10 16:03:55 -08:00 committed by GitHub
parent e1e3f648ad
commit 0f21bac6ce
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.