]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Misc copyedits in docs on built-in types (GH-24466)
authorAdorilson Bezerra <adorilson@gmail.com>
Thu, 17 Nov 2022 16:06:00 +0000 (16:06 +0000)
committerGitHub <noreply@github.com>
Thu, 17 Nov 2022 16:06:00 +0000 (08:06 -0800)
commita0d940d6acbb5c6614cf892192d8cb0d7002e5a6
tree902a785a92b1bc26ae808c5e88d2ee8b21b76362
parent12b5a3c5f50749c8b06be781c47872262c658b45
Misc copyedits in docs on built-in types (GH-24466)

# DOC: Improvements in library/stdtypes

This PR does the following:

1. Replaces :meth: by :func: around repr function
2. Adds links to Unicode Standard site
3. Makes explicit "when" you can call the `iskeyword` function. The previous text could cause confusion to readers, especially those with English as a second language. The reader could understand that the `isidentifier` method calls the `iskeyword` function. Now, it is explicit that the dev can do it.
4. Replaces a URL with an inline link.

Automerge-Triggered-By: GH:AlexWaygood
Doc/library/stdtypes.rst