]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Oct 2024 20:58:49 +0000 (22:58 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Oct 2024 20:58:49 +0000 (20:58 +0000)
Replace "without ... nor" with "with neither ... nor"

(cherry picked from commit aab3210271136ad8e8fecd927b806602c463e1f2)

Authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
Doc/tutorial/appendix.rst

index da664f2f360ff1bf62814968462445fd183be57a..6a1611afadb57c1ec041fed2af876cbbb9e2708a 100644 (file)
@@ -20,7 +20,7 @@ This one supports color, multiline editing, history browsing, and
 paste mode.  To disable color, see :ref:`using-on-controlling-color` for
 details.  Function keys provide some additional functionality.
 :kbd:`F1` enters the interactive help browser :mod:`pydoc`.
-:kbd:`F2` allows for browsing command-line history without output nor the
+:kbd:`F2` allows for browsing command-line history with neither output nor the
 :term:`>>>` and :term:`...` prompts. :kbd:`F3` enters "paste mode", which
 makes pasting larger blocks of code easier. Press :kbd:`F3` to return to
 the regular prompt.