Post #96 1.13K Jul 21, 2025, 07:53 UTC https://github.com/python/cpython/issues/136897#cpython #docs GitHub Update `str.translate()` docstring to match docs · Issue #136897 · python/cpython Bug report Bug description: str.translate() by help() says it must be a string as shown below: print(help("".translate)) table Translation table, which must be a mapping of Unicode ordina... 😁 3