We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e910f43 commit cbba3baCopy full SHA for cbba3ba
library/stdtypes.po
@@ -330,6 +330,12 @@ msgid ""
330
"example, they raise a :exc:`TypeError` exception when one of the arguments "
331
"is a complex number."
332
msgstr ""
333
+"異なる数値型の場合を除き、異なる型のオブジェクト同士は等価になることはありま"
334
+"せん。 ``==`` 演算子は常に定義されていますが、いくつかのオブジェクト型 (たと"
335
+"えばクラスオブジェクト) では :keyword:`is` と同等になります。 ``<``, ``<=``, "
336
+"``>`` および ``>=`` 演算子は、それらの意味が明快である場合に限って定義されま"
337
+"す; たとえば、オペランドのいずれかが複素数である場合、これらの演算子は :exc:"
338
+"`TypeError` 例外を送出します。"
339
340
#: ../../library/stdtypes.rst:180
341
msgid ""
0 commit comments