Skip to content

Commit 14e8ca3

Browse files
committed
Correct warning.
1 parent 8bc822d commit 14e8ca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/axelrod_fortran/player.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ def strategy(self, opponent):
8282
message = """
8383
You are playing a match with two copies of the same player.
8484
However the axelrod fortran players share memory.
85-
You can initialise an instance of an Axelrod_fortran player with a `strategies`
85+
You can initialise an instance of an Axelrod_fortran player with a
86+
`shared_library_name`
8687
variable that points to a copy of the shared library."""
8788
warnings.warn(message=message)
8889

0 commit comments

Comments
 (0)