https://github.com/python/cpython/commit/8a2ea9196db505fde351ee7be83928b73ebe6c44
commit: 8a2ea9196db505fde351ee7be83928b73ebe6c44
branch: 3.14
author: Stan Ulbrych <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2025-12-17T21:41:54+05:30
summary:

[3.14] typo fixes in docs (GH-142683) (#142839)

(cherry picked from commit 39ecb17103a07175895e52c336a0b5980b773bce)

Co-authored-by: SYan212 <[email protected]>

files:
M Doc/reference/lexical_analysis.rst

diff --git a/Doc/reference/lexical_analysis.rst 
b/Doc/reference/lexical_analysis.rst
index c2bf45db265b33..eaa0b890d4ebbe 100644
--- a/Doc/reference/lexical_analysis.rst
+++ b/Doc/reference/lexical_analysis.rst
@@ -1227,7 +1227,7 @@ Whitespace is significant in these situations:
   string contents.
 * In ``fstring_replacement_field``, if ``f_debug_specifier`` is present,
   all whitespace after the opening brace until the ``f_debug_specifier``,
-  as well as whitespace immediatelly following ``f_debug_specifier``,
+  as well as whitespace immediately following ``f_debug_specifier``,
   is retained as part of the expression.
 
   .. impl-detail::

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to