Skip to content

Commit

Permalink
注释的参数有拼写错误 (#176)
Browse files Browse the repository at this point in the history
注释的参数有拼写错误
  • Loading branch information
mozillazg authored May 31, 2019
2 parents ce590a2 + 0a39b95 commit 7872495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypinyin/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def slug(hans, style=Style.NORMAL, heteronym=False, separator='-',
:param style: 指定拼音风格,默认是 :py:attr:`~pypinyin.Style.NORMAL` 风格。
更多拼音风格详见 :class:`~pypinyin.Style`
:param heteronym: 是否启用多音字
:param separstor: 两个拼音间的分隔符/连接符
:param separator: 两个拼音间的分隔符/连接符
:param errors: 指定如何处理没有拼音的字符,详情请参考
:py:func:`~pypinyin.pinyin`
:param strict: 是否严格遵照《汉语拼音方案》来处理声母和韵母,详见 :ref:`strict`
Expand Down

0 comments on commit 7872495

Please sign in to comment.