Skip to content

Commit 07caf8f

Browse files
committed
Change inline comment.
1 parent 2b5ec7c commit 07caf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/deterministic_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _is_valid_key(self, key):
9999
if len(key) != 3:
100100
return False
101101

102-
# The triplet should be a pair of axelrod.Player subclasses and an
102+
# The triplet should be a pair of axelrod.Player instances and an
103103
# integer
104104
try:
105105
if not (

0 commit comments

Comments
 (0)