We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a7bbf2 + 25eaf28 commit 4bce011Copy full SHA for 4bce011
docs/reST/ref/surface.rst
@@ -205,7 +205,7 @@
205
object and dest is its destination position on this Surface. It draws each source Surface
206
fully (meaning that unlike `blit()` you cannot pass an "area" parameter to represent
207
a smaller portion of the source Surface to draw) on this Surface with the same blending
208
- mode specified by special_flags. The sequence must have at least one (source, dest) pair.
+ mode specified by special_flags.
209
210
:param blit_sequence: a sequence of (source, dest)
211
:param special_flags: the flag(s) representing the blend mode used for each surface.
0 commit comments