Skip to content

Commit 36e82a2

Browse files
committed
Documentation modification.
1 parent 468a829 commit 36e82a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

axelrod/strategies/axelrod_first.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class FirstByDowning(Player):
227227
228228
Names:
229229
230-
- Revised Downing: [Axelrod1980]_
230+
- Downing: [Axelrod1980]_
231231
"""
232232

233233
name = "First by Downing"

docs/reference/all_strategies.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Here are the docstrings of all the strategies in the library.
100100
:members:
101101
.. automodule:: axelrod.strategies.retaliate
102102
:members:
103+
.. automodule:: axelrod.strategies.revised_downing
104+
:members:
103105
.. automodule:: axelrod.strategies.sequence_player
104106
:members:
105107
.. automodule:: axelrod.strategies.shortmem

0 commit comments

Comments
 (0)