For example:
>>> help(str.rsplit)
prompts:
Help on method_descriptor: rsplit(self, /, sep=None, maxsplit=-1)
What does that '/' mean?