[Typo]: 字节串相关翻译笔误
Closed this issue · 1 comments
hutianyi003 commented
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
字节串对象是不可变的数组。
WendaoLee commented
Fixed.
感谢反馈❤