Skip to content

Commit b3b9619

Browse files
sir-sigurdpablogsal
authored andcommitted
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
1 parent 4901dc4 commit b3b9619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/data/refcounts.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2462,7 +2462,7 @@ PyUnicode_FromWideChar:Py_ssize_t:size::
24622462
PyUnicode_AsWideChar:Py_ssize_t:::
24632463
PyUnicode_AsWideChar:PyObject*:*unicode:0:
24642464
PyUnicode_AsWideChar:wchar_t*:w::
2465-
PyUnicode_AsWideChar:Pyssize_t:size::
2465+
PyUnicode_AsWideChar:Py_ssize_t:size::
24662466

24672467
PyUnicode_AsWideCharString:wchar_t*:::
24682468
PyUnicode_AsWideCharString:PyObject*:unicode:0:

0 commit comments

Comments
 (0)