python / python-docs-zh-cn

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

文档中 内置类型 中的错别字问题 #165

Closed mattwong05 closed 2 years ago

mattwong05 commented 3 years ago
  1. str.count(sub[, start[, end]]) 中 应为 返回 而不是 反回

    反回子字符串sub[start, end]范围内非重叠出现的次数。 可选参数 startend会被解读为切片表示法。

  2. bytes.ljust(width[, fillbyte]) 同理

silkriver commented 3 years ago

fixed