prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.11k stars 718 forks source link

Typo in -> is #1700

Closed isecvirus closed 1 year ago

isecvirus commented 1 year ago

Hey man, i found a typo in one of the library files

file has "is_windows", "is_windows_vt100_supported", "is_conemu_ansi" and "in_main_thread" i believe that this should be "is_main_thread".

version: 3.0.36 file: utils.py line: 214