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

Skip to content

Commit a073267

Browse files
committed
aplicadas sugerencias
1 parent cac6c2f commit a073267

File tree

1 file changed

+4
-30
lines changed

1 file changed

+4
-30
lines changed

library/tempfile.po

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2024-05-11 20:15+0200\n"
14+
"PO-Revision-Date: 2024-05-15 21:26+0200\n"
1515
"Last-Translator: Carlos Mena Pérez <@carlosm00>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -180,7 +180,7 @@ msgid ""
180180
"This function returns a file that is guaranteed to have a visible name in "
181181
"the file system."
182182
msgstr ""
183-
"Esta función devuelve un archivo que tiene garantizado un nombre visible en "
183+
"Esta función retorna un archivo que tiene garantizado un nombre visible en "
184184
"el sistema de archivos."
185185

186186
#: ../Doc/library/tempfile.rst:85
@@ -203,11 +203,11 @@ msgid ""
203203
"`TemporaryFile`, the directory entry does not get unlinked immediately after "
204204
"the file creation."
205205
msgstr ""
206-
"El objeto devuelto es siempre un :term:`file-like object` cuyo atributo :"
206+
"El objeto retornado es siempre un :term:`file-like object` cuyo atributo :"
207207
"attr:`!file` es el objeto de archivo verdadero subyacente. Este :term:`file-"
208208
"like object` se puede usar en una instrucción :keyword:`with`, al igual que "
209209
"un archivo normal. El nombre del archivo temporal se puede recuperar del "
210-
"atributo :attr:`name` del objeto similar al archivo devuelto. En Unix, a "
210+
"atributo :attr:`name` del objeto similar al archivo retornado. En Unix, a "
211211
"diferencia de :func:`TemporaryFile`, la entrada del directorio no se "
212212
"desvincula inmediatamente después de la creación del archivo."
213213

@@ -813,29 +813,3 @@ msgstr "file name"
813813
#: ../Doc/library/tempfile.rst:11
814814
msgid "file"
815815
msgstr "file"
816-
817-
#~ msgid ""
818-
#~ "This function operates exactly as :func:`TemporaryFile` does, except that "
819-
#~ "the file is guaranteed to have a visible name in the file system (on "
820-
#~ "Unix, the directory entry is not unlinked). That name can be retrieved "
821-
#~ "from the :attr:`name` attribute of the returned file-like object. "
822-
#~ "Whether the name can be used to open the file a second time, while the "
823-
#~ "named temporary file is still open, varies across platforms (it can be so "
824-
#~ "used on Unix; it cannot on Windows). If *delete* is true (the default), "
825-
#~ "the file is deleted as soon as it is closed. The returned object is "
826-
#~ "always a file-like object whose :attr:`!file` attribute is the underlying "
827-
#~ "true file object. This file-like object can be used in a :keyword:`with` "
828-
#~ "statement, just like a normal file."
829-
#~ msgstr ""
830-
#~ "Esta función opera exactamente como lo hace :func:`TemporaryFile`, "
831-
#~ "excepto que el archivo está garantizado para tener un nombre visible en "
832-
#~ "el sistema de archivos (en Unix, el directorio de entrada no está "
833-
#~ "desvinculado). El nombre se puede obtener del atributo :attr:`name` del "
834-
#~ "objeto tipo archivo retornado. Aunque el nombre se puede usar para abrir "
835-
#~ "el archivo por segunda vez, mientras el archivo temporal nombrado sigue "
836-
#~ "abierto, esto varía según las plataformas (se puede usar en Unix; no se "
837-
#~ "puede en Windows). Si *delete* es verdadero (por defecto), el archivo se "
838-
#~ "elimina tan pronto como se cierra. El objeto retornado siempre es un "
839-
#~ "objeto similar a un archivo cuyo atributo :attr:`!file` es el objeto de "
840-
#~ "archivo verdadero subyacente. Este objeto similar a un archivo se puede "
841-
#~ "usar con una sentencia :keyword:`with`, al igual que un archivo normal."

0 commit comments

Comments
 (0)