File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments