We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df54445 commit ed42e6cCopy full SHA for ed42e6c
pymunk/shapes.py
@@ -130,7 +130,7 @@ def sensor(self, is_sensor: bool) -> None:
130
def collision_type(self) -> int:
131
"""User defined collision type for the shape.
132
133
- See :py:meth:`Space.add_collision_handler` function for more
+ Defaults to 0. See :py:meth:`Space.add_collision_handler` function for more
134
information on when to use this property.
135
"""
136
return cp.cpShapeGetCollisionType(self._shape)
0 commit comments