Commit dd442db2 authored by Zachary Ware's avatar Zachary Ware

Issue #20460: Render 'bytes' as a class, not a function.

Patch by OSAMU NAKAMURA.
parent c9c0bff7
......@@ -513,7 +513,7 @@ Building values
``None`` is returned.
``y`` (:class:`bytes`) [char \*]
This converts a C string to a Python :func:`bytes` object. If the C
This converts a C string to a Python :class:`bytes` object. If the C
string pointer is *NULL*, ``None`` is returned.
``y#`` (:class:`bytes`) [char \*, int]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment