collision: Docstring should not mention pyrex.
[python-bulletml.git] / bulletml / collision.py
index 0394ed3..1683e58 100644 (file)
@@ -4,8 +4,9 @@ This module provides simple collision checking appropriate for
 shmups. It provides a routine to check whether two moving circles
 collided during the past frame.
 
-If Pyrex was available when installing, this will used optimized
-versions of the functions.
+An equivalent C-based version will be used automatically if it was
+compiled and installed with the module. If available, it will be noted
+in the docstrings for the functions.
 
 Basic Usage: