Stricter PEP-8 conformance.
[python-bulletml.git] / bulletml / collision.py
index 8aa17d3..2e88b3c 100644 (file)
@@ -1,7 +1,7 @@
 """Simple collision check.
 
 This module provides simple collision checking appropriate for
-shmups. It provides a routine to check whether two moving circles
+shmups. It provides routines to check whether two moving circles
 collided during the past frame.
 
 An equivalent C-based version will be used automatically if it was