Skip to content

Commit

Permalink
Merge pull request #2765 from kritserv/patch-1
Browse files Browse the repository at this point in the history
Fix `pygame.display.get_caption()` Docs in display.rst
  • Loading branch information
Starbuck5 authored Mar 23, 2024
2 parents 95648e2 + 1a13d50 commit 65a256d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reST/ref/display.rst
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ required).
| :sl:`Get the current window caption`
| :sg:`get_caption() -> (title, icontitle)`
Returns the title and icontitle for the display window. In pygame 2.x
Returns the title and icontitle of the display window. In pygame 2.x
these will always be the same value.

.. ## pygame.display.get_caption ##
Expand Down

0 comments on commit 65a256d

Please sign in to comment.