Skip to content

Commit 88e80a2

Browse files
authored
Merge pull request #293 from jtakalai/master
doc: fix reference to non-existing method
2 parents d444542 + be4237f commit 88e80a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymunk/shapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def collision_type(self) -> int:
135135
136136
Defaults to 0.
137137
138-
See the :py:meth:`Space.add_collision_handler` function for more
138+
See the :py:meth:`Space.on_collision` function for more
139139
information on when to use this property.
140140
"""
141141
return cp.cpShapeGetCollisionType(self._shape)

0 commit comments

Comments
 (0)