diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-10-14 10:45:53 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-10-14 10:46:08 (GMT) |
| commit | aeff92d86a3f3bd2d3a32b36ba75f84ff2c279d8 (patch) | |
| tree | bcfa5d39b1c792fa7d41454400cd539d4dd82a31 /Doc/c-api/bytes.rst | |
| parent | f71c96cf2d10c2fe4a84188d8eb6568563899118 (diff) | |
| download | cpython-3.15.0a1.zip cpython-3.15.0a1.tar.gz cpython-3.15.0a1.tar.bz2 | |
Python 3.15.0a1v3.15.0a1
Diffstat (limited to 'Doc/c-api/bytes.rst')
| -rw-r--r-- | Doc/c-api/bytes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/bytes.rst b/Doc/c-api/bytes.rst index 0a73c47..9bddfe4 100644 --- a/Doc/c-api/bytes.rst +++ b/Doc/c-api/bytes.rst @@ -236,7 +236,7 @@ PyBytesWriter The :c:type:`PyBytesWriter` API can be used to create a Python :class:`bytes` object. -.. versionadded:: next +.. versionadded:: 3.15 .. c:type:: PyBytesWriter |
