mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Correct markup error.
This commit is contained in:
parent
fc1f9229f4
commit
3fe9a98c95
1 changed files with 3 additions and 2 deletions
|
|
@ -49,8 +49,9 @@ unlimited history file size.
|
|||
|
||||
\begin{funcdesc}{set_history_length}{length}
|
||||
Set the number of lines to save in the history file.
|
||||
\func{write_history_file} uses this value to truncate the history file when
|
||||
saving. Negative values imply unlimited history file size.
|
||||
\function{write_history_file()} uses this value to truncate the
|
||||
history file when saving. Negative values imply unlimited history
|
||||
file size.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{set_completer}{\optional{function}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue