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

(cherry picked from commit 39ecb17103)

Co-authored-by: SYan212 <syan235711@gmail.com>
This commit is contained in:
Stan Ulbrych 2025-12-17 16:11:54 +00:00 committed by GitHub
parent 8c92d665ee
commit 8a2ea9196d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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::