Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 9, 2019
1 parent d947f1f commit 5fea9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ def can_claim_threefold_repetition(self):

def is_repetition(self, count=3):
"""
Check if the current position has repeated 3 (or a given number) of
Checks if the current position has repeated 3 (or a given number of)
times.
Unlike :func:`~chess.Board.can_claim_threefold_repetition()`,
Expand Down

0 comments on commit 5fea9c7

Please sign in to comment.