Skip to content

Commit 4bce011

Browse files
authored
Merge pull request #3263 from JovialKnoll/fblits_docs_fix
this statement seems to be false, removing
2 parents 8a7bbf2 + 25eaf28 commit 4bce011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reST/ref/surface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
object and dest is its destination position on this Surface. It draws each source Surface
206206
fully (meaning that unlike `blit()` you cannot pass an "area" parameter to represent
207207
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.
208+
mode specified by special_flags.
209209

210210
:param blit_sequence: a sequence of (source, dest)
211211
:param special_flags: the flag(s) representing the blend mode used for each surface.

0 commit comments

Comments
 (0)