Hello,
I found a small typo in the Chinese version of the Beautiful Soup 4 documentation, in the bs4.attrs section.
The current Chinese text says:
你可以想处理一个字段一样来处理 tag 的属性。
The character “想” is incorrect here. It should be “像”.
The corrected sentence should be:
你可以像处理一个字段一样来处理 tag 的属性。
In this context, “像……一样” means “in the same way as” or “like”, while “想” means “to think / to want”, so it is clearly a typo.
I have attached a screenshot showing the issue.
Thank you for maintaining Beautiful Soup and its documentation!
Best regards
