CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Typo in rawlist.py #108

Closed najaco closed 1 year ago

najaco commented 4 years ago

docstring says

* run example by typing `python example/checkbox.py` in your console

should be

* run example by typing `python example/rawlist.py` in your console
CITGuru commented 3 years ago

@najaco Thanks for this.