summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorJacob Coffee <jacob@z7x.org>2023-09-29 11:21:34 (GMT)
committerGitHub <noreply@github.com>2023-09-29 11:21:34 (GMT)
commite27adc68ccee8345e05b7516e6b46f6c7ff53371 (patch)
treee88520e4e6b65070dabfec0290571d6d1ee5e94c /Doc/library
parente260087a8e7f1a564f9b797af6291f99e225a73c (diff)
downloadcpython-e27adc68ccee8345e05b7516e6b46f6c7ff53371.zip
cpython-e27adc68ccee8345e05b7516e6b46f6c7ff53371.tar.gz
cpython-e27adc68ccee8345e05b7516e6b46f6c7ff53371.tar.bz2
gh-109634: Fix `:samp:` syntax (GH-110073)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/codecs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
index 053bf64..2db4a67 100644
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -1350,7 +1350,7 @@ encodings.
+--------------------+---------+---------------------------+
| raw_unicode_escape | | Latin-1 encoding with |
| | | :samp:`\\u{XXXX}` and |
-| | | :samp:`\\U{XXXXXXXX}`` |
+| | | :samp:`\\U{XXXXXXXX}` |
| | | for other code points. |
| | | Existing |
| | | backslashes are not |