Skip to content

Commit 65a256d

Browse files
authored
Merge pull request #2765 from kritserv/patch-1
Fix `pygame.display.get_caption()` Docs in display.rst
2 parents 95648e2 + 1a13d50 commit 65a256d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reST/ref/display.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ required).
673673
| :sl:`Get the current window caption`
674674
| :sg:`get_caption() -> (title, icontitle)`
675675
676-
Returns the title and icontitle for the display window. In pygame 2.x
676+
Returns the title and icontitle of the display window. In pygame 2.x
677677
these will always be the same value.
678678

679679
.. ## pygame.display.get_caption ##

0 commit comments

Comments
 (0)