Merge pull request #52 from nooitaf/patch-1

fixed typo in docs/MainModule.rst
This commit is contained in:
Matthias Richter 2018-04-08 14:06:17 +02:00 committed by GitHub
commit 530957a275
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)