niklasf / python-chess

A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
https://python-chess.readthedocs.io/en/latest/
GNU General Public License v3.0
2.4k stars 526 forks source link

Update default time control from UNKNOW to UNKNOWN #1098

Closed deepyaman closed 2 months ago

deepyaman commented 2 months ago

The time_control function docstring calls it UNKNOWN, and that makes more sense, so I assume this is just a typo.

niklasf commented 2 months ago

Thanks!