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 @@ -40,10 +40,10 @@ msgstr "Obtiene el recuento de referencias para el objeto de Python *o*."
40
40
#: ../Doc/c-api/refcounting.rst:18
41
41
msgid ""
42
42
"Note that the returned value may not actually reflect how many references to "
43
- "the object are actually held. For example, some objects are :term:`immortal` "
44
- "and have a very high refcount that does not reflect the actual number of "
45
- "references. Consequently, do not rely on the returned value to be accurate, "
46
- "other than a value of 0 or 1."
43
+ "the object are actually held. For example, some objects are :term:"
44
+ "`immortal` and have a very high refcount that does not reflect the actual "
45
+ "number of references. Consequently, do not rely on the returned value to be "
46
+ "accurate, other than a value of 0 or 1."
47
47
msgstr ""
48
48
"Ten cuenta que el valor devuelto puede que no reflejar cúantas referencias "
49
49
"al objecto existen realmente. Por ejemplo, algunos objetos son :"
You can’t perform that action at this time.
0 commit comments