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

Skip to content

Commit 4973b8c

Browse files
erickisoscmaureir
andauthored
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <[email protected]>
1 parent 66d1c78 commit 4973b8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c-api/marshal.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ msgid ""
9696
"for reading. Only a 32-bit value can be read in using this function, "
9797
"regardless of the native size of :c:expr:`long`."
9898
msgstr ""
99-
"Devuelve un entero :c:expr:`long` de C desde el flujo de datos :c:expr:"
99+
"Retorna un entero :c:expr:`long` de C desde el flujo de datos :c:expr:"
100100
"`FILE*` abierto para lectura. Solo se puede leer un valor de 32 bits con "
101101
"esta función, independientemente del tamaño nativo del tipo :c:expr:`long`."
102102

@@ -114,7 +114,7 @@ msgid ""
114114
"for reading. Only a 16-bit value can be read in using this function, "
115115
"regardless of the native size of :c:expr:`short`."
116116
msgstr ""
117-
"Devuelve un entero :c:expr:`short` de C desde el flujo de datos :c:expr:"
117+
"Retorna un entero :c:expr:`short` de C desde el flujo de datos :c:expr:"
118118
"`FILE*` abierto para lectura. Solo se puede leer un valor de 16 bits con "
119119
"esta función, independientemente del tamaño nativo del tipo :c:expr:`short`."
120120

@@ -123,7 +123,7 @@ msgid ""
123123
"Return a Python object from the data stream in a :c:expr:`FILE*` opened for "
124124
"reading."
125125
msgstr ""
126-
"Devuelve un objeto Python del flujo de datos :c:expr:`FILE*` abierto para "
126+
"Retorna un objeto Python del flujo de datos :c:expr:`FILE*` abierto para "
127127
"lectura."
128128

129129
#: ../Doc/c-api/marshal.rst:69 ../Doc/c-api/marshal.rst:83
@@ -145,7 +145,7 @@ msgid ""
145145
"file. Only use these variant if you are certain that you won't be reading "
146146
"anything else from the file."
147147
msgstr ""
148-
"Devuelve un objeto Python del flujo de datos :c:expr:`FILE*` abierto para "
148+
"Retorna un objeto Python del flujo de datos :c:expr:`FILE*` abierto para "
149149
"lectura.\n"
150150
"A diferencia de :c:func:`PyMarshal_ReadObjectFromFile`, esta función asume "
151151
"que no se leerán más objetos del archivo, lo que le permite cargar "

0 commit comments

Comments
 (0)