Closes #23181: codepoint -> code point
diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index db9df0a..6db8f97 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -533,7 +533,7 @@
 that don't correspond to valid Unicode characters (e.g. unpaired UTF-16
 surrogates), but it does note that they may cause interoperability problems.
 By default, this module accepts and outputs (when present in the original
-:class:`str`) codepoints for such sequences.
+:class:`str`) code points for such sequences.
 
 
 Infinite and NaN Number Values