Skip to content

Commit a827270

Browse files
drvinceknightmarcharper
authored andcommitted
Remove redundant lines in docstring..
1 parent 9768b47 commit a827270

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

axelrod/interaction_utils.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,7 @@ def compute_state_to_action_distribution(interactions):
175175

176176
def compute_normalised_state_to_action_distribution(interactions):
177177
"""
178-
Returns the normalised count of each state to action
179-
for a set of interactions.
180-
181-
Returns a list (for each player) of normlised counts of each state to action
178+
Returns a list (for each player) of normalised counts of each state to action
182179
pair for a set of interactions. A state to action pair is of the form:
183180
184181
((C, D), C)

0 commit comments

Comments
 (0)