From e1ce19986e9372026613d7d112447cd3cdeb8125 Mon Sep 17 00:00:00 2001 From: Chris Fotso <42123505+chrisfotso@users.noreply.github.com> Date: Tue, 30 Oct 2018 12:27:52 -0500 Subject: [PATCH] Capitalized "Python" (#23503) I capitalized "Python" because it is a proper noun. --- guide/english/game-development/pygame/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/game-development/pygame/index.md b/guide/english/game-development/pygame/index.md index 17a69b7492..f3f6f15dd7 100644 --- a/guide/english/game-development/pygame/index.md +++ b/guide/english/game-development/pygame/index.md @@ -5,7 +5,7 @@ title: Pygame ### Game Development with Pygame -Pygame is an open source, cross platform python library used for game development, written by Pete Shinners. The Pygame documentation and more information can be found on their website at https://pygame.org. +Pygame is an open source, cross platform Python library used for game development, written by Pete Shinners. The Pygame documentation and more information can be found on their website at https://pygame.org. ### Overview