From 8e39cc9613086113507634233d02d7ee5b2a29e0 Mon Sep 17 00:00:00 2001 From: Ralf Brandenstein Date: Thu, 30 Nov 2017 01:01:57 +0100 Subject: [PATCH] fixed typo in docs/MainModule.rst --- docs/MainModule.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MainModule.rst b/docs/MainModule.rst index 1f13d60..120f7b8 100644 --- a/docs/MainModule.rst +++ b/docs/MainModule.rst @@ -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)