We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc822d commit 14e8ca3Copy full SHA for 14e8ca3
src/axelrod_fortran/player.py
@@ -82,7 +82,8 @@ def strategy(self, opponent):
82
message = """
83
You are playing a match with two copies of the same player.
84
However the axelrod fortran players share memory.
85
-You can initialise an instance of an Axelrod_fortran player with a `strategies`
+You can initialise an instance of an Axelrod_fortran player with a
86
+`shared_library_name`
87
variable that points to a copy of the shared library."""
88
warnings.warn(message=message)
89
0 commit comments