Skip to content

Commit 4185490

Browse files
committed
Convert to present tense, clarify regular blitting
1 parent eade6d5 commit 4185490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildconfig/stubs/pygame/surface.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class Surface:
271271
:param special_flags: the flag(s) representing the blend mode used for each Surface.
272272
See :doc:`special_flags_list` for a list of possible values.
273273
274-
:returns: ``None`` (unlike regular blitting)
274+
:returns: ``None`` (unlike `blit()` and `blits()`)
275275
276276
.. note:: This method only accepts a sequence of (source, dest) pairs and a single
277277
special_flags value that's applied to all Surfaces drawn. This allows faster
@@ -341,7 +341,7 @@ class Surface:
341341
attributes then it should override ``copy()``. Shallow copy and deepcopy
342342
are supported, Surface implements __copy__ and __deepcopy__ respectively.
343343
344-
If the Surface was a subsurface, the returned Surface will *not* retain
344+
If the Surface is a subsurface, the returned Surface will *not* retain
345345
the parent and will be a regular Surface with its own pixel data.
346346
347347
.. versionadded:: 2.3.1

0 commit comments

Comments
 (0)