diff --git a/pymunk/shapes.py b/pymunk/shapes.py index df520ac3..0f04aac4 100644 --- a/pymunk/shapes.py +++ b/pymunk/shapes.py @@ -135,7 +135,7 @@ def collision_type(self) -> int: Defaults to 0. - See the :py:meth:`Space.add_collision_handler` function for more + See the :py:meth:`Space.on_collision` function for more information on when to use this property. """ return cp.cpShapeGetCollisionType(self._shape)