We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7611a commit 94daf39Copy full SHA for 94daf39
Doc/howto/annotations.rst
@@ -156,7 +156,7 @@ Manually Un-Stringizing Stringized Annotations
156
require annotating with string values that specifically
157
*can't* be evaluated. For example:
158
159
- * :pep:`604` union types using `|`, before support for this
+ * :pep:`604` union types using ``|``, before support for this
160
was added to Python 3.10.
161
* Definitions that aren't needed at runtime, only imported
162
when :const:`typing.TYPE_CHECKING` is true.
0 commit comments