From 6f364d57da3c7195cd8a847b12f4d9bfef582786 Mon Sep 17 00:00:00 2001 From: canorbal Date: Sat, 16 Sep 2017 17:49:38 +0300 Subject: [PATCH] fix spelling error --- docs/sources/tutorial/simulate_the_game_by_emulator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/tutorial/simulate_the_game_by_emulator.md b/docs/sources/tutorial/simulate_the_game_by_emulator.md index ca96d9c..0de4158 100644 --- a/docs/sources/tutorial/simulate_the_game_by_emulator.md +++ b/docs/sources/tutorial/simulate_the_game_by_emulator.md @@ -10,7 +10,7 @@ You can run the game and get game result like this. ``` But sometimes you want more fine-grained control of the game like stepwise simulation from current state. -PyPokerEngine provides `Emulator` class whcih enables you to simulate the game as you want. +PyPokerEngine provides `Emulator` class which enables you to simulate the game as you want. In this tutorial, we will create `EmulatorPlayer` to understand how to use `Emulator` class. (`EmulatorPlayer` would not be practical AI but good example to learn about `Emulator`)