File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ def spacefree(cp_space: ffi.CData) -> None:
152
152
def shapes (self ) -> KeysView [Shape ]:
153
153
"""The shapes added to this space returned as a KeysView.
154
154
155
- Since its a view that is returned it will update as shapes are added::
155
+ Since its a view that is returned it will update as shapes are
156
+ added.
156
157
157
158
>>> import pymunk
158
159
>>> s = pymunk.Space()
@@ -171,8 +172,7 @@ def bodies(self) -> KeysView[Body]:
171
172
"""The bodies added to this space returned as a KeysView.
172
173
173
174
This includes both static and non-static bodies added to the Space.
174
-
175
- Since its a view that is returned it will update as bodies are added::
175
+ Since its a view that is returned it will update as bodies are added:
176
176
177
177
>>> import pymunk
178
178
>>> s = pymunk.Space()
You can’t perform that action at this time.
0 commit comments