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 4e5f05c commit b54401eCopy full SHA for b54401e
library/stdtypes.po
@@ -341,6 +341,12 @@ msgid ""
341
"example, they raise a :exc:`TypeError` exception when one of the arguments "
342
"is a complex number."
343
msgstr ""
344
+"異なる数値型の場合を除き、異なる型のオブジェクト同士は等価になることはありま"
345
+"せん。 ``==`` 演算子は常に定義されていますが、いくつかのオブジェクト型 (たと"
346
+"えばクラスオブジェクト) では :keyword:`is` と同等になります。 ``<``, ``<=``, "
347
+"``>`` および ``>=`` 演算子は、それらの意味が明快である場合に限って定義されま"
348
+"す; たとえば、オペランドのいずれかが複素数である場合、これらの演算子は :exc:"
349
+"`TypeError` 例外を送出します。"
350
351
#: ../../library/stdtypes.rst:180
352
msgid ""
0 commit comments