diff --git a/pymunk/shapes.py b/pymunk/shapes.py index b2c03f2c..5d1162fc 100644 --- a/pymunk/shapes.py +++ b/pymunk/shapes.py @@ -582,7 +582,7 @@ def __init__( that concave ones will be converted to a convex hull using the Quickhull algorithm. - Add a small radius will bevel the corners and can significantly + Adding a small radius will bevel the corners and can significantly reduce problems where the poly gets stuck on seams in your geometry. It is legal to send in None as body argument to indicate that this