Skip to content

Commit 9ed6c72

Browse files
committed
Fix grammar #287
1 parent 6717b23 commit 9ed6c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymunk/body.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def body_type(self) -> _BodyType:
596596
"""The type of a body (:py:const:`Body.DYNAMIC`,
597597
:py:const:`Body.KINEMATIC` or :py:const:`Body.STATIC`).
598598
599-
When changing an body to a dynamic body, the mass and moment of
599+
When changing a body to a dynamic body, the mass and moment of
600600
inertia are recalculated from the shapes added to the body. Custom
601601
calculated moments of inertia are not preserved when changing types.
602602
This function cannot be called directly in a collision callback.

0 commit comments

Comments
 (0)