SIGN IN SIGN UP

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
A
Adorilson Bezerra committed
a0d940d6acbb5c6614cf892192d8cb0d7002e5a6
Parent: 12b5a3c
Committed by GitHub <noreply@github.com> on 11/17/2022, 4:06:00 PM