Skip to content

Commit aefef9d

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent b5f7107 commit aefef9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/typing.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ msgid ""
241241
"The static type checker will treat the new type as if it were a subclass of "
242242
"the original type. This is useful in helping catch logical errors::"
243243
msgstr ""
244-
"静的型検査器は新しい型を元々の型のサブクラスのように扱います。この振る舞いは"
245-
"論理的な誤りを見つける手助けとして役に立ちます。"
244+
"静的型チェッカーは新しい型を元々の型のサブクラスのように扱います。この振る舞"
245+
"いは論理的な誤りを見つける手助けとして役に立ちます。"
246246

247247
#: ../../library/typing.rst:142
248248
msgid ""
@@ -264,8 +264,8 @@ msgid ""
264264
"it. That means the expression ``Derived(some_value)`` does not create a new "
265265
"class or introduce much overhead beyond that of a regular function call."
266266
msgstr ""
267-
"これらのチェックは静的型検査器のみによって強制されるということに注意してくだ"
268-
"さい。\n"
267+
"これらのチェックは静的型チェッカーのみによって強制されるということに注意して"
268+
"ください。\n"
269269
"実行時に ``Derived = NewType('Derived', Base)`` という文は渡された仮引数をた"
270270
"だちに返す ``Derived`` callable を作ります。\n"
271271
"つまり ``Derived(some_value)`` という式は新しいクラスを作ることはなく、通常の"

0 commit comments

Comments
 (0)