We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db15dde commit 7d0084fCopy full SHA for 7d0084f
peps/pep-0737.rst
@@ -225,7 +225,7 @@ Add the following formats to ``PyUnicode_FromFormat()``:
225
* ``%N`` formats the **fully qualified name** of a **type**,
226
similar to ``PyType_GetFullyQualifiedName(type)``;
227
**N** stands for type **N**\ ame.
228
-* ``%T`` formats the type **fully qualified name** of an **object**,
+* ``%T`` formats the type **fully qualified name** of an object's **type**,
229
similar to ``PyType_GetFullyQualifiedName(Py_TYPE(obj))``;
230
**T** stands for object **T**\ ype.
231
* ``%#N`` and ``%#T``: the alternative form uses the **colon** separator
0 commit comments