Skip to content

fix typo error #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ msgid ""
"`config_class`."
msgstr ""
"注册器在注册新组件时可以接受两个参数,分别是 `shortnames` 和 "
"`condig_class`。"
"`config_class`。"

#: ../../source/tutorial/using_register.md:45 e55d6ac3359f4acf93c8b12421d3b541
msgid ""
Expand Down Expand Up @@ -243,7 +243,7 @@ msgstr "注册器是一个泛型类,因此您可以通过类型实例化来优
#~ "component will not have a configuration."
#~ msgstr ""
#~ "注册器在注册新组件时可以接受两个参数,分别是 `*shortnames` 和 "
#~ "`condig_class`。其中 `shortnames` "
#~ "`config_class`。其中 `shortnames` "
#~ "可以接受一个字符串列表,用于作为当前组件的简化名称,方便您在加载时使用。所有简化名称中的第一个将被作为这个组件的默认名称。而 "
#~ "`config_class` 则接受一个 `dataclass` "
#~ "类,用于作为当前组件的配置结构。`config_class` 这个参数是可选的,如果您没有提供,那么这个组件将不使用配置。"
Expand Down