Skip to content

Commit 98ec65b

Browse files
Apply suggestions from code review
Co-authored-by: Marco Richetta <marco.richetta@mercadolibre.com>
1 parent 3562222 commit 98ec65b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

c-api/marshal.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ 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:type:`long` de C desde el flujo de datos :c:type:"
99+
"Devuelve 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 "
101-
"esta función, independientemente del tamaño nativo del tipo :c:type:`long`."
101+
"esta función, independientemente del tamaño nativo del tipo :c:expr:`long`."
102102

103103
#: ../Doc/c-api/marshal.rst:50 ../Doc/c-api/marshal.rst:60
104104
msgid ""
@@ -114,16 +114,16 @@ 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:type:`short` de C desde el flujo de datos :c:type:"
117+
"Devuelve 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 "
119-
"esta función, independientemente del tamaño nativo del tipo :c:type:`short`."
119+
"esta función, independientemente del tamaño nativo del tipo :c:expr:`short`."
120120

121121
#: ../Doc/c-api/marshal.rst:66
122122
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:type:`FILE*` abierto para "
126+
"Devuelve 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:type:`FILE*` abierto para "
148+
"Devuelve 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)