Skip to content

Commit 1b593ca

Browse files
committed
correcciones varias
1 parent 44b0533 commit 1b593ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/filecmp.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Traduccion-filecmp\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date: 2020-09-26 23:09-0400\n"
12+
"PO-Revision-Date: 2020-09-26 23:20-0400\n"
1313
"Language-Team: Enrique Giménez\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -54,7 +54,7 @@ msgid ""
5454
"If *shallow* is true, files with identical :func:`os.stat` signatures are "
5555
"taken to be equal. Otherwise, the contents of the files are compared."
5656
msgstr ""
57-
"If *shallow* es verdadero, ficheros con firmas :func:`os.stat` se consideran "
57+
"Si *shallow* es verdadero, ficheros con firmas :func:`os.stat` se consideran "
5858
"iguales. Por el contrario, el contenido de los ficheros es comparado."
5959

6060
#: ../Doc/library/filecmp.rst:28
@@ -115,7 +115,7 @@ msgid ""
115115
"one of the three returned lists."
116116
msgstr ""
117117
"Por ejemplo, ``cmpfiles('a', 'b', ['c', 'd/e'])`` comparará ``a/c`` con ``b/"
118-
"c`` y ``a/d/e`` con ``b/d/e``. ``'c'`` y ``'d/e'`` cada uno estará en una de "
118+
"c`` y ``a/d/e`` con ``b/d/e``. ``'c'`` y ``'d/e'`` estará cada uno en una de "
119119
"las tres listas retornadas."
120120

121121
#: ../Doc/library/filecmp.rst:58
@@ -149,7 +149,7 @@ msgid ""
149149
"The :class:`dircmp` class compares files by doing *shallow* comparisons as "
150150
"described for :func:`filecmp.cmp`."
151151
msgstr ""
152-
"Esta clase :class:`dircmp` compara ficheros haciendo comparaciones *shallow* "
152+
"La clase :class:`dircmp` compara ficheros haciendo comparaciones *shallow* "
153153
"como está descrito en :func:`filecmp.cmp`."
154154

155155
#: ../Doc/library/filecmp.rst:80
@@ -164,7 +164,7 @@ msgstr "Imprime (a :data:`sys.stdout`) una comparación entre *a* y *b*."
164164
msgid ""
165165
"Print a comparison between *a* and *b* and common immediate subdirectories."
166166
msgstr ""
167-
"Imprime una comparación entre *a* y *b* y subdirectorios comunes inmediatos."
167+
"Imprime una comparación entre *a* y *b* y subdirectorios inmediatos comunes."
168168

169169
#: ../Doc/library/filecmp.rst:93
170170
msgid ""

0 commit comments

Comments
 (0)