We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.13
https://docs.python.org/zh-cn/3.13/reference/datamodel.html#immutable-sequences
字节串对象是不是变的数组。
A bytes object is an immutable array.
字节串对象是不可变的数组。
The text was updated successfully, but these errors were encountered:
Fixed. 感谢反馈❤
Sorry, something went wrong.
No branches or pull requests
Python Version
3.13
Docs Page
https://docs.python.org/zh-cn/3.13/reference/datamodel.html#immutable-sequences
Original Translation
字节串对象是不是变的数组。
Original Docs Paragraph
A bytes object is an immutable array.
Suggested Fix
字节串对象是不可变的数组。
The text was updated successfully, but these errors were encountered: