Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1184cab

Browse files
Update c-api/refcounting.po
Co-authored-by: Marcos Medrano <[email protected]>
1 parent b53866a commit 1184cab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c-api/refcounting.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ msgstr "Obtiene el recuento de referencias para el objeto de Python *o*."
4040
#: ../Doc/c-api/refcounting.rst:18
4141
msgid ""
4242
"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."
4747
msgstr ""
4848
"Ten cuenta que el valor devuelto puede que no reflejar cúantas referencias "
4949
"al objecto existen realmente. Por ejemplo, algunos objetos son :"

0 commit comments

Comments
 (0)