rhgrant10 / berserk

Python client for the lichess API
https://berserk.readthedocs.io
Other
141 stars 36 forks source link

The mismatch between documentation and the code #14

Open Ghotrix opened 4 years ago

Ghotrix commented 4 years ago

Description

The mismatch between documentation and the code, namely https://berserk.readthedocs.io/en/master/api.html#berserk.clients.Games.export_by_player

The documentation states that it should accept the clocks argument, but the method, actually, does not accept it.