We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a4407 commit 4c291abCopy full SHA for 4c291ab
buildconfig/stubs/pygame/bufferproxy.pyi
@@ -20,6 +20,6 @@ class BufferProxy:
20
def __init__(self, parent: Any) -> None: ... # TODO: parent: TypedDict | Protocol
21
def write(
22
self,
23
- buffer: str | bytes, # See https://docs.python.org/3/c-api/arg.html at s#
+ buffer: str | bytes, # Any "read-only bytes-like-object" is valid
24
offset: int = 0,
25
) -> None: ...
0 commit comments