Skip to content

Commit

Permalink
Update board.seek description (resolves rhgrant10#55)
Browse files Browse the repository at this point in the history
increment in seconds, not minutes
  • Loading branch information
drakemj authored Jan 15, 2023
1 parent 621a871 commit 848f2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion berserk/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ def seek(
"""Create a public seek to start a game with a random opponent.
:param int time: intial clock time in minutes
:param int increment: clock increment in minutes
:param int increment: clock increment in seconds
:param bool rated: whether the game is rated (impacts ratings)
:param str variant: game variant to use
:param str color: color to play
Expand Down

0 comments on commit 848f2ce

Please sign in to comment.