Skip to content

Commit fa35972

Browse files
yohmdrvinceknight
authored andcommitted
renamed the class following PEP8
Co-authored-by: Vince Knight <[email protected]>
1 parent 5e5fa9a commit fa35972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/grudger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def strategy(opponent: Player) -> Action:
344344
return C
345345

346346

347-
class CAPRI(Player):
347+
class Capri(Player):
348348
"""
349349
CAPRI is a memory-3 strategy proposed in [Murase2020]_. Its behavior is defined by the following five rules.
350350
C: Cooperate at mutual cooperation.

0 commit comments

Comments
 (0)