File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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::"
243243msgstr ""
244- "静的型検査器は新しい型を元々の型のサブクラスのように扱います。この振る舞いは "
245- "論理的な誤りを見つける手助けとして役に立ちます 。"
244+ "静的型チェッカーは新しい型を元々の型のサブクラスのように扱います。この振る舞 "
245+ "いは論理的な誤りを見つける手助けとして役に立ちます 。"
246246
247247#: ../../library/typing.rst:142
248248msgid ""
@@ -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."
266266msgstr ""
267- "これらのチェックは静的型検査器のみによって強制されるということに注意してくだ "
268- "さい 。\n"
267+ "これらのチェックは静的型チェッカーのみによって強制されるということに注意して "
268+ "ください 。\n"
269269"実行時に ``Derived = NewType('Derived', Base)`` という文は渡された仮引数をた"
270270"だちに返す ``Derived`` callable を作ります。\n"
271271"つまり ``Derived(some_value)`` という式は新しいクラスを作ることはなく、通常の"
You can’t perform that action at this time.
0 commit comments