]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] typo fixes in docs (GH-142683) (#142839)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Wed, 17 Dec 2025 16:11:54 +0000 (16:11 +0000)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 16:11:54 +0000 (21:41 +0530)
(cherry picked from commit 39ecb17103a07175895e52c336a0b5980b773bce)

Co-authored-by: SYan212 <syan235711@gmail.com>
Doc/reference/lexical_analysis.rst

index c2bf45db265b330d9c2d4aeaee0bcf4e51aacc98..eaa0b890d4ebbef2184bf029cf49b14791a185d9 100644 (file)
@@ -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::