Skip to content

Commit 3528a9f

Browse files
authored
Merge pull request #3607 from Starbuck5/fix-tutorial-link
Fix premul alpha tutorial link
2 parents abe99c2 + 2ca539f commit 3528a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconfig/stubs/pygame/surface.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ class Surface:
10031003
another surface with alpha - assuming both surfaces contain pre-multiplied
10041004
alpha colors.
10051005
1006-
There is a `tutorial on premultiplied alpha blending here. <tutorials/en/premultiplied-alpha>`_
1006+
There is a `tutorial on premultiplied alpha blending here. <../tutorials/en/premultiplied-alpha.html>`_
10071007
10081008
.. versionadded:: 2.1.4
10091009
"""

0 commit comments

Comments
 (0)