We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d86f27 commit 060353cCopy full SHA for 060353c
Doc/library/site.rst
@@ -173,7 +173,7 @@ Readline configuration
173
On systems that support :mod:`readline`, this module will also import and
174
configure the :mod:`rlcompleter` module, if Python is started in
175
:ref:`interactive mode <tut-interactive>` and without the :option:`-S` option.
176
-The default behavior is to enable tab-completion and to use
+The default behavior is to enable tab completion and to use
177
:file:`~/.python_history` as the history save file. To disable it, delete (or
178
override) the :data:`sys.__interactivehook__` attribute in your
179
:mod:`sitecustomize` or :mod:`usercustomize` module or your
0 commit comments