Skip to content

Commit e5d8c6d

Browse files
committed
Edit parameter comment
1 parent f4d7352 commit e5d8c6d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

chess/engine.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,8 +1263,7 @@ async def send_game_result(self, board: chess.Board, winner: Optional[Color] = N
12631263
:param game_ending: Optional. Text describing the reason for the game
12641264
ending. Similarly to the winner paramter, this overrides any game
12651265
result derivable from the board.
1266-
:param game_complete: Optional. Whether the game is complete or may resume
1267-
at a later time.
1266+
:param game_complete: Optional. Whether the game reached completion.
12681267
"""
12691268

12701269
@abc.abstractmethod

0 commit comments

Comments
 (0)