Skip to content

Commit bcbf91d

Browse files
authored
Language edit
1 parent 6daf77b commit bcbf91d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tic-tac-toe-ai-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Play tic-tac-toe against a minimax computer player in a GUI application built wi
8484
(venv) $ python -m window
8585
```
8686

87-
To change the players, who are currently hardcoded, you'll need to edit the following fragment of the front end's code:
87+
To change the players, who are currently hard-coded, you'll need to edit the following fragment of the front end's code:
8888

8989
```python
9090
def game_loop(window: Window, events: Queue) -> None:

tic-tac-toe-ai-python/source_code_final/library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Install the library into the active virtual environment:
1212

1313
### Packaging
1414

15-
Build and package a standalone tic-tac-toe library for distribution:
15+
Build and package a stand-alone tic-tac-toe library for distribution:
1616

1717
```shell
1818
$ python -m pip wheel .

0 commit comments

Comments
 (0)