Skip to content

Commit 19e5899

Browse files
committed
Fix sphinx in docstring.
I'm not totally satisfied with the fix but this is caused by the formatting of the auto documentation.
1 parent bda417f commit 19e5899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

axelrod/strategies/dbs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ def compute_prob_rule(self, outcome, alpha=1):
204204
Parameters
205205
206206
outcome: tuple of two actions.Actions
207-
alpha: int, optional
208-
Discount factor. Default is 1.
207+
alpha: int, optional. Discount factor. Default is 1.
209208
"""
210209
G = self.history_by_cond[outcome][0]
211210
F = self.history_by_cond[outcome][1]

0 commit comments

Comments
 (0)