Update Misc/NEWS.d/next/Library/2020-11-10-12-33-07.bpo-42305.5WWGOu.rst
Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
This commit is contained in:
parent
8b41f0b2cb
commit
16e7ba8882
|
@ -72,7 +72,7 @@ You can pass additional arguments to ``build``:
|
|||
at once. This value directly corresponds to the listbox widget's
|
||||
``height`` attribute. Defaults to ``5``.
|
||||
|
||||
- ``case_sensitive`` (boolean): If ``True``, only autocomplete entries
|
||||
* ``case_sensitive`` (boolean): If ``True``, only autocomplete entries
|
||||
that enforce the same capitalization as the current entry will be
|
||||
displayed. If ``False``, all autocomplete entries that match with the
|
||||
current entry will be displayed. Defaults to ``False``.
|
||||
|
|
Loading…
Reference in New Issue