python / python-docs-zh-cn

zh_CN translation of the Python documentation
https://docs.python.org/zh-cn/
431 stars 74 forks source link

gc.get_referrers说明中含有拼写错误 #255

Closed ghost closed 2 years ago

ghost commented 2 years ago

objs写成了ojbs

gc.get_referrers(*objs)
返回直接引用任意一个 ojbs 的对象列表。这个函数只定位支持垃圾回收的容器;引用了其它对象但不支持垃圾回收的扩展类型不会被找到。
songww commented 2 years ago

Fixed