From 25eaf281aa818455f2644266bf49f52719e53056 Mon Sep 17 00:00:00 2001 From: Brett Kaplan Date: Tue, 10 Dec 2024 21:20:42 -0500 Subject: [PATCH] this statement seems to be false, removing --- docs/reST/ref/surface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reST/ref/surface.rst b/docs/reST/ref/surface.rst index 7153dc7fd3..06c14b2e83 100644 --- a/docs/reST/ref/surface.rst +++ b/docs/reST/ref/surface.rst @@ -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.