Skip to content

Commit ed42e6c

Browse files
committed
Improve docs for collision_type #277
1 parent df54445 commit ed42e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymunk/shapes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def sensor(self, is_sensor: bool) -> None:
130130
def collision_type(self) -> int:
131131
"""User defined collision type for the shape.
132132
133-
See :py:meth:`Space.add_collision_handler` function for more
133+
Defaults to 0. See :py:meth:`Space.add_collision_handler` function for more
134134
information on when to use this property.
135135
"""
136136
return cp.cpShapeGetCollisionType(self._shape)

0 commit comments

Comments
 (0)