Fix trivial typo.

This commit is contained in:
Eric V. Smith 2020-11-02 11:29:00 -05:00
parent 75b5fd8c1e
commit 954e0dc7b2
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ that ambiguity by always using qualified constants in patterns.
Going to the cloud: Mappings
----------------------------
You have decided to make an online version of your gam. All
You have decided to make an online version of your game. All
of your logic will be in a server, and the UI in a client which will communicate using
JSON messages. Via the ``json`` module, those will be mapped to Python dictionaries,
lists and other builtin objects.