for quick reference the code I am referencing is found here
https://www.pygame.org/wiki/Spritesheet
I keep trying to run a test code using the outline specified in the link above but I keep running into errors. The main error I am encountering is;
AttributeError: type object 'spritesheet' has no attribute 'spriteshee'
I will admit my limited understanding of coding(on-and-off with python/html for about 3-6 months)but I think this link contains typos? namely 'spriteshee' but again, with my limited understanding, I can't tell if I am right or wrong.
ANYWAYS.
I have tried variously renaming some things to see if maybe that works. Other than that I have just been following the wiki outline to absolutely no avail.
What am I doing wrong or misunderstanding? Any and all help will be greatly appreciated!! Thank you for your time!
EDIT: unsure of relevance but I am operating on Mac OS Ventura 13.1 and am using Sublime Text for coding