pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
767 stars 120 forks source link

fixed indentation of surface attributes #2900

Closed oddbookworm closed 1 month ago

oddbookworm commented 1 month ago

@Damus666 pointed out that the surface attributes look weird on the docs. It was a stupid single-space indentation error

current: image

fixed: image

Starbuck5 commented 1 month ago

@MyreMylar That tutorial link is broken at least me for me locally. It goes to ref/tutorials instead of tutorials.

I'm going to merge the PR anyway since it fixes the surface attributes.