Skip to content

Commit 7d0084f

Browse files
PEP 737: Clarify '%T' description (#3806)
1 parent db15dde commit 7d0084f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0737.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Add the following formats to ``PyUnicode_FromFormat()``:
225225
* ``%N`` formats the **fully qualified name** of a **type**,
226226
similar to ``PyType_GetFullyQualifiedName(type)``;
227227
**N** stands for type **N**\ ame.
228-
* ``%T`` formats the type **fully qualified name** of an **object**,
228+
* ``%T`` formats the type **fully qualified name** of an object's **type**,
229229
similar to ``PyType_GetFullyQualifiedName(Py_TYPE(obj))``;
230230
**T** stands for object **T**\ ype.
231231
* ``%#N`` and ``%#T``: the alternative form uses the **colon** separator

0 commit comments

Comments
 (0)