Skip to content

Commit 94daf39

Browse files
authored
Fix markup buglet in Doc/howto/annotations.rst (#29802)
1 parent 9a7611a commit 94daf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/annotations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Manually Un-Stringizing Stringized Annotations
156156
require annotating with string values that specifically
157157
*can't* be evaluated. For example:
158158

159-
* :pep:`604` union types using `|`, before support for this
159+
* :pep:`604` union types using ``|``, before support for this
160160
was added to Python 3.10.
161161
* Definitions that aren't needed at runtime, only imported
162162
when :const:`typing.TYPE_CHECKING` is true.

0 commit comments

Comments
 (0)