this is a part from the document of pygame, I don't know what does "->" mean.

this is a part from the document of pygame, I don't know what does "->" mean.

-> generally means "returns". In your case, your rect() function returns a Rect instance.