Skip to content

Commit

Permalink
ReST fix again.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed Oct 28, 2022
1 parent 2fd15e5 commit a5cbb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rl/readline.c
Expand Up @@ -501,7 +501,7 @@ PyDoc_STRVAR(doc_set_completer,
"set_completer([function]) -> None\n\
Set or remove the completion entry function.\n\
The function is called as ``function(text, state)``,\n\
for state in 0, 1, 2, ..., until it returns None.\n\
for ``state`` in 0, 1, 2, ..., until it returns None.\n\
It should return the next possible completion starting with ``text``.");


Expand Down

0 comments on commit a5cbb47

Please sign in to comment.