fixed typo in docs/MainModule.rst

This commit is contained in:
Ralf Brandenstein 2017-11-30 01:01:57 +01:00 committed by GitHub
parent dca0947077
commit 8e39cc9613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ will not be valid.
**Example**::
bullets[#bulltes+1] = HC.point(player.pos.x, player.pos.y)
bullets[#bullets+1] = HC.point(player.pos.x, player.pos.y)
.. function:: HC.register(shape)