We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d444542 + be4237f commit 88e80a2Copy full SHA for 88e80a2
pymunk/shapes.py
@@ -135,7 +135,7 @@ def collision_type(self) -> int:
135
136
Defaults to 0.
137
138
- See the :py:meth:`Space.add_collision_handler` function for more
+ See the :py:meth:`Space.on_collision` function for more
139
information on when to use this property.
140
"""
141
return cp.cpShapeGetCollisionType(self._shape)
0 commit comments