Skip to content

Commit 060353c

Browse files
Update Doc/library/site.rst
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 6d86f27 commit 060353c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/site.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Readline configuration
173173
On systems that support :mod:`readline`, this module will also import and
174174
configure the :mod:`rlcompleter` module, if Python is started in
175175
:ref:`interactive mode <tut-interactive>` and without the :option:`-S` option.
176-
The default behavior is to enable tab-completion and to use
176+
The default behavior is to enable tab completion and to use
177177
:file:`~/.python_history` as the history save file. To disable it, delete (or
178178
override) the :data:`sys.__interactivehook__` attribute in your
179179
:mod:`sitecustomize` or :mod:`usercustomize` module or your

0 commit comments

Comments
 (0)