diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-08-26 15:54:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 15:54:26 (GMT) |
commit | 54449dacc46721b1118721bf2b7e85500c7e44b2 (patch) | |
tree | 6db8eb8bb562ba091fbf9441c4473a65c004a028 | |
parent | ed8af33cce5554545d2bd079b23fe551d26fb4bd (diff) | |
download | cpython-54449dacc46721b1118721bf2b7e85500c7e44b2.zip cpython-54449dacc46721b1118721bf2b7e85500c7e44b2.tar.gz cpython-54449dacc46721b1118721bf2b7e85500c7e44b2.tar.bz2 |
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
(cherry picked from commit b3b9619f5e1e7ebe3fbb73eae4ec878312056a90)
Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
-rw-r--r-- | Doc/data/refcounts.dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index fda347e..cfed1bd 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -2462,7 +2462,7 @@ PyUnicode_FromWideChar:Py_ssize_t:size:: PyUnicode_AsWideChar:Py_ssize_t::: PyUnicode_AsWideChar:PyObject*:*unicode:0: PyUnicode_AsWideChar:wchar_t*:w:: -PyUnicode_AsWideChar:Pyssize_t:size:: +PyUnicode_AsWideChar:Py_ssize_t:size:: PyUnicode_AsWideCharString:wchar_t*::: PyUnicode_AsWideCharString:PyObject*:unicode:0: |