Skip to content

Commit 40fc7b2

Browse files
committed
errores arreglados
1 parent ce503f1 commit 40fc7b2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

dictionaries/library_lzma.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ búferes
77
descompresor
88
especificador
99
GiB
10-
kiB
10+
kiB
11+
path-like

library/lzma.po

Lines changed: 6 additions & 5 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: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-09-29 17:36-0400\n"
14+
"PO-Revision-Date: 2020-09-29 18:14-0400\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -85,7 +85,7 @@ msgid ""
8585
"read from or write to."
8686
msgstr ""
8787
"El argumento *filename* puede ser un nombre de fichero real (dado como un "
88-
"objeto :class:`str`, :class:`bytes` o :term:`path-like<path-like object>), "
88+
"objeto :class:`str`, :class:`bytes` o :term:`path-like<path-like object>`), "
8989
"en cuyo caso el fichero nombrado es abierto, o puede ser un objeto de "
9090
"fichero existente para leer o escribir."
9191

@@ -164,7 +164,7 @@ msgstr ""
164164
"operar directamente en un fichero nombrado. El argumento *filename* "
165165
"especifica el objeto de fichero a envolver, o el nombre del fichero para "
166166
"abrir (como un :class:`str`, :class:`bytes` o un objeto :term:`path-like "
167-
"<path-like object>). Al envolver un objeto de fichero existente, el fichero "
167+
"<path-like object>`). Al envolver un objeto de fichero existente, el fichero "
168168
"envuelto no será cerrado cuando el :class:`LZMAFile` es cerrado."
169169

170170
#: ../Doc/library/lzma.rst:83
@@ -276,7 +276,7 @@ msgstr ""
276276

277277
#: ../Doc/library/lzma.rst:144
278278
msgid ":const:`FORMAT_XZ`: The ``.xz`` container format."
279-
msgstr ":const:`FORMAT_XZ`: el formato de contenedor ``.xz``."
279+
msgstr ":const:`FORMAT_XZ`: El formato de contenedor ``.xz``."
280280

281281
#: ../Doc/library/lzma.rst:144
282282
msgid "This is the default format."
@@ -670,7 +670,8 @@ msgid ""
670670
":const:`FILTER_LZMA2` (for use with :const:`FORMAT_XZ` and :const:"
671671
"`FORMAT_RAW`)"
672672
msgstr ""
673-
":const:`FILTER_LZMA2` (para uso con :const:`FORMAT_XZ` y :const:FORMAT_RAW`)"
673+
":const:`FILTER_LZMA2` (para uso con :const:`FORMAT_XZ` y :const:"
674+
"`bytesFORMAT_RAW`)"
674675

675676
#: ../Doc/library/lzma.rst:339
676677
msgid "Delta filter:"

0 commit comments

Comments
 (0)