8000 gh-125615: Fix grammar nit in tutorial's interactive interpreter appe… · python/cpython@aab3210 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit aab3210

Browse files
gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH-125617)
Replace "without ... nor" with "with neither ... nor"
1 parent 760872e commit aab3210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/appendix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This one supports color, multiline editing, history browsing, and
2020
paste mode. To disable color, see :ref:`using-on-controlling-color` for
2121
details. Function keys provide some additional functionality.
2222
:kbd:`F1` enters the interactive help browser :mod:`pydoc`.
23-
:kbd:`F2` allows for browsing command-line history without output nor the
23+
:kbd:`F2` allows for browsing command-line history with neither output nor the
2424
:term:`>>>` and :term:`...` prompts. :kbd:`F3` enters "paste mode", which
2525
makes pasting larger blocks of code easier. Press :kbd:`F3` to return to
2626
the regular prompt.

0 commit comments

Comments
 (0)
0