Kaydet (Commit) a479b750 authored tarafından Zachary Ware's avatar Zachary Ware

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

Patch by OSAMU NAKAMURA.
üst 19c1f3dc
......@@ -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