Skip to content

Commit

Permalink
Update README.md to remove typo
Browse files Browse the repository at this point in the history
Please show me how to do this with git terminal; I had to use github to make this work
  • Loading branch information
jay-cee-begs authored Aug 30, 2024
1 parent 0318a17 commit 3d5fd84
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 3d5fd84

Please sign in to comment.