Skip to content

Commit

Permalink
Merge pull request #3263 from JovialKnoll/fblits_docs_fix
Browse files Browse the repository at this point in the history
this statement seems to be false, removing
  • Loading branch information
Starbuck5 authored Dec 12, 2024
2 parents 8a7bbf2 + 25eaf28 commit 4bce011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reST/ref/surface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
object and dest is its destination position on this Surface. It draws each source Surface
fully (meaning that unlike `blit()` you cannot pass an "area" parameter to represent
a smaller portion of the source Surface to draw) on this Surface with the same blending
mode specified by special_flags. The sequence must have at least one (source, dest) pair.
mode specified by special_flags.

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

0 comments on commit 4bce011

Please sign in to comment.