mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
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:
parent
e1e3f648ad
commit
0f21bac6ce
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