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 9f5ffae commit 128b150Copy full SHA for 128b150
Python/sysmodule.c
@@ -3645,7 +3645,7 @@ make_abi_info(void)
3645
{
3646
// New entries should be added when needed for a supported platform, or (for
3647
// enabling an unsupported one) by core dev consensus. Entries should be removed
3648
- // following :pep:`387`.
+ // following PEP 387.
3649
int res;
3650
PyObject *abi_info, *value, *ns;
3651
abi_info = PyDict_New();
0 commit comments