BLUELOVETH %!s(int64=2) %!d(string=hai) anos
pai
achega
13eed14805
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/modules/box2d.md

+ 1 - 1
docs/modules/box2d.md

@@ -145,5 +145,5 @@ class Body:
 import box2d
 
 world = box2d.World()
-body = world.create_body()
+body = box2d.Body(world)
 ```