Skip to content

Commit a195a4d

Browse files
committed
Lookerup docstring modification to make travis happy
1 parent 88c037c commit a195a4d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

axelrod/strategies/lookerup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ class LookerUp(Player):
1515
opponents first n actions, self's last m actions, and opponents last m
1616
actions, all as strings. The values are the actions to play on this round.
1717
For example, in the case of m=n=1, if
18-
- the opponent started by playing C
19-
- my last action was a C the opponents
20-
- last action was a D
18+
19+
* the opponent started by playing C
20+
* my last action was a C the opponents
21+
* last action was a D
22+
2123
then the corresponding key would be
2224
2325
('C', 'C', 'D')

0 commit comments

Comments
 (0)