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.
1 parent 6717b23 commit 9ed6c72Copy full SHA for 9ed6c72
pymunk/body.py
@@ -596,7 +596,7 @@ def body_type(self) -> _BodyType:
596
"""The type of a body (:py:const:`Body.DYNAMIC`,
597
:py:const:`Body.KINEMATIC` or :py:const:`Body.STATIC`).
598
599
- When changing an body to a dynamic body, the mass and moment of
+ When changing a body to a dynamic body, the mass and moment of
600
inertia are recalculated from the shapes added to the body. Custom
601
calculated moments of inertia are not preserved when changing types.
602
This function cannot be called directly in a collision callback.
0 commit comments