Fix trivial typo.
This commit is contained in:
parent
75b5fd8c1e
commit
954e0dc7b2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue