Skip to content

Commit

Permalink
Update completer documentation (#13999)
Browse files Browse the repository at this point in the history
The docstring for suppression says that `do_not_suppress` should be a
list when it should actually be a set
  • Loading branch information
Carreau committed Mar 30, 2023
2 parents a7d8def + 6c1938c commit 3a9419d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/completer.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
the matcher with higher priority will be returned.
Sometimes it is desirable to suppress most but not all other matchers;
this can be achieved by adding a list of identifiers of matchers which
this can be achieved by adding a set of identifiers of matchers which
should not be suppressed to ``MatcherResult`` under ``do_not_suppress`` key.
The suppression behaviour can is user-configurable via
Expand Down

0 comments on commit 3a9419d

Please sign in to comment.