Skip to content

Commit 17bdf85

Browse files
committed
Fix space for other versionadded
1 parent db8983f commit 17bdf85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildconfig/stubs/pygame/surface.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ class Surface:
773773
rectangle for the Surface centered at a given position. Size attributes
774774
such as ``size`` or ``w`` can also be applied to resize the FRect.
775775
776-
..versionadded:: 2.3.0
776+
.. versionadded:: 2.3.0
777777
"""
778778

779779
def get_bitsize(self) -> int:

docs/reST/ref/mixer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ The following file formats are supported
526526
This simply returns the channel id used to create the ``Channel`` instance
527527
as a read-only attribute
528528

529-
..versionadded:: 2.4.0
529+
.. versionadded:: 2.4.0
530530

531531
.. ## Channel.id ##
532532

0 commit comments

Comments
 (0)