File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -241,8 +241,8 @@ msgid ""
241
241
"The static type checker will treat the new type as if it were a subclass of "
242
242
"the original type. This is useful in helping catch logical errors::"
243
243
msgstr ""
244
- "静的型検査器は新しい型を元々の型のサブクラスのように扱います。この振る舞いは "
245
- "論理的な誤りを見つける手助けとして役に立ちます 。"
244
+ "静的型チェッカーは新しい型を元々の型のサブクラスのように扱います。この振る舞 "
245
+ "いは論理的な誤りを見つける手助けとして役に立ちます 。"
246
246
247
247
#: ../../library/typing.rst:142
248
248
msgid ""
@@ -264,8 +264,8 @@ msgid ""
264
264
"it. That means the expression ``Derived(some_value)`` does not create a new "
265
265
"class or introduce much overhead beyond that of a regular function call."
266
266
msgstr ""
267
- "これらのチェックは静的型検査器のみによって強制されるということに注意してくだ "
268
- "さい 。\n"
267
+ "これらのチェックは静的型チェッカーのみによって強制されるということに注意して "
268
+ "ください 。\n"
269
269
"実行時に ``Derived = NewType('Derived', Base)`` という文は渡された仮引数をた"
270
270
"だちに返す ``Derived`` callable を作ります。\n"
271
271
"つまり ``Derived(some_value)`` という式は新しいクラスを作ることはなく、通常の"
You can’t perform that action at this time.
0 commit comments