python/python-docs-zh-cn

[Typo]: id()描述翻译错误 多个版本

PlayerChen99 opened this issue · 1 comments

Python Version

3.12

Docs Page

https://docs.python.org/zh-cn/3/library/functions.html#id

Original Translation

CPython 实现细节: 这是对象在内在中的地址。

Original Docs Paragraph

CPython implementation detail: This is the address of the object in memory.

Suggested Fix

CPython 实现细节: 这是对象在内存中的地址。

fixed