[Python-checkins] Fix markup buglet in Doc/howto/annotations.rst (#29802)

gvanrossum webhook-mailer at python.org
Fri Nov 26 17:10:17 EST 2021


https://github.com/python/cpython/commit/94daf39b2f7e9b50e7ae7a16caeef804f8e37ae3
commit: 94daf39b2f7e9b50e7ae7a16caeef804f8e37ae3
branch: main
author: Guido van Rossum <guido at python.org>
committer: gvanrossum <gvanrossum at gmail.com>
date: 2021-11-26T14:10:01-08:00
summary:

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

files:
M Doc/howto/annotations.rst

diff --git a/Doc/howto/annotations.rst b/Doc/howto/annotations.rst
index 3e61103e99c9a..2bc2f2d4c839e 100644
--- a/Doc/howto/annotations.rst
+++ b/Doc/howto/annotations.rst
@@ -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.



More information about the Python-checkins mailing list