Skip to content

Commit 128b150

Browse files
encukouAA-Turner
andauthored
Don't use ReST in a C comment
Co-authored-by: Adam Turner <[email protected]>
1 parent 9f5ffae commit 128b150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3645,7 +3645,7 @@ make_abi_info(void)
36453645
{
36463646
// New entries should be added when needed for a supported platform, or (for
36473647
// enabling an unsupported one) by core dev consensus. Entries should be removed
3648-
// following :pep:`387`.
3648+
// following PEP 387.
36493649
int res;
36503650
PyObject *abi_info, *value, *ns;
36513651
abi_info = PyDict_New();

0 commit comments

Comments
 (0)