summaryrefslogtreecommitdiffstats
path: root/Include/bytes_methods.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/bytes_methods.h')
-rw-r--r--Include/bytes_methods.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/bytes_methods.h b/Include/bytes_methods.h
index 59873f2..37518d2 100644
--- a/Include/bytes_methods.h
+++ b/Include/bytes_methods.h
@@ -2,7 +2,7 @@
#define Py_BYTES_CTYPE_H
/*
- * The internal implementation behind PyString (bytes) and PyBytes (buffer)
+ * The internal implementation behind PyBytes (bytes) and PyByteArray (bytearray)
* methods of the given names, they operate on ASCII byte strings.
*/
extern PyObject* _Py_bytes_isspace(const char *cptr, Py_ssize_t len);