@@ -244,7 +244,7 @@ Sprites are not thread safe. So lock them yourself if using threads.
244244 Add any number of Sprites to this Group. This will only add Sprites that
245245 are not already members of the Group.
246246
247- Each sprite argument can also be a iterator containing Sprites.
247+ Each sprite argument can also be an iterator containing Sprites.
248248
249249 .. ## Group.add ##
250250
@@ -256,7 +256,7 @@ Sprites are not thread safe. So lock them yourself if using threads.
256256 Remove any number of Sprites from the Group. This will only remove
257257 Sprites that are already members of the Group.
258258
259- Each sprite argument can also be a iterator containing Sprites.
259+ Each sprite argument can also be an iterator containing Sprites.
260260
261261 .. ## Group.remove ##
262262
@@ -269,7 +269,7 @@ Sprites are not thread safe. So lock them yourself if using threads.
269269 similar to using the "in" operator on the Group ("if sprite in group:
270270 ..."), which tests if a single Sprite belongs to a Group.
271271
272- Each sprite argument can also be a iterator containing Sprites.
272+ Each sprite argument can also be an iterator containing Sprites.
273273
274274 .. ## Group.has ##
275275
@@ -395,7 +395,7 @@ Sprites are not thread safe. So lock them yourself if using threads.
395395
396396 .. method :: sprites
397397
398- | :sl:`returns a ordered list of sprites (first back, last top).`
398+ | :sl:`returns an ordered list of sprites (first back, last top).`
399399 | :sg:`sprites() -> sprites`
400400
401401 .. ## LayeredUpdates.sprites ##
0 commit comments