Skip to content

Commit

Permalink
Merge pull request #80 from jay-cee-begs/README-Typo-correction--jc
Browse files Browse the repository at this point in the history
  • Loading branch information
Debilski authored Aug 30, 2024
2 parents 0318a17 + 3d5fd84 commit c346250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def test_stays_there_builtin_random_layout():
assert next_pos == bot.position
```

The test first has to set up a game environment by using the utility function `setup_test_game` imported from the `pelita.utils` module before calling the `move` funtion of the loaded bot.
The test first has to set up a game environment by using the utility function `setup_test_game` imported from the `pelita.utils` module before calling the `move` function of the loaded bot.

**`setup_test_game(layout, is_blue=True, round=None, score=None, seed=None, food=None, bots=None, is_noisy=None) ⟶ bot`**

Expand Down

0 comments on commit c346250

Please sign in to comment.