Skip to content

Commit

Permalink
gh-125615: Fix grammar nit in tutorial's interactive interpreter appe…
Browse files Browse the repository at this point in the history
…ndix (GH-125617)

Replace "without ... nor" with "with neither ... nor"
(cherry picked from commit aab3210)

Co-authored-by: Cornelius Roemer <[email protected]>
  • Loading branch information
corneliusroemer authored and miss-islington committed Oct 16, 2024
1 parent 4fc4067 commit 7e6dcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/appendix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e6dcf1

Please sign in to comment.