Skip to content

Commit 6d6de4f

Browse files
committed
Three clarifications / grammar fixes in the docs
1 parent 15589f4 commit 6d6de4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Here is quick overview of the current capabilities of the library:
1717
strategies, including finite state machines, strategies that hunt for
1818
patterns in other strategies, and strategies that combine the effects of
1919
many others
20-
* Strategy transformers that augment that abilities of any strategy
20+
* Strategy transformers that augment the abilities of any strategy
2121

2222
* Head-to-Head matches
2323

2424
* Round Robin tournaments with a variety of options, including:
2525

2626
* noisy environments
27-
* spatial games
27+
* spatial tournaments
2828
* probabilistically chosen match lengths
2929

3030
* Population dynamics
@@ -39,7 +39,7 @@ Every strategy is categorized on a number of dimensions, including:
3939

4040
* Deterministic or Stochastic
4141
* How many rounds of history used
42-
* Whether the strategy has access to the game matrix, the length of the
42+
* Whether the strategy makes used of the game matrix, the length of the
4343
match, etc.
4444

4545
Furthermore the library is extensively tested with 99%+ coverage, ensuring

0 commit comments

Comments
 (0)