Skip to content

Commit 9c865d9

Browse files
Grammar fixes
Fixed some grammar. It was missed at my last review.
1 parent 4eb94b7 commit 9c865d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ def attacks_mask(self, square: Square) -> Bitboard:
690690

691691
def attacks(self, square: Square) -> "SquareSet":
692692
"""
693-
Gets a set of attacked squares from a given square.
693+
Gets a set of attacked squares from the given square.
694694
695695
There will be no attacks if the square is empty. Pinned pieces are
696696
still attacking other squares.

0 commit comments

Comments
 (0)