Skip to content

Commit 5999bfd

Browse files
committed
Corrección de error en dict
1 parent 41bd3e2 commit 5999bfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dict

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ pathlib
565565
multiprocesamiento
566566
multiproceso
567567
mutex
568-
mútua
568+
mutua
569569
mxBase
570570
n
571571
naif

library/argparse.po

+2-2
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-08-20 17:49+0200\n"
14+
"PO-Revision-Date: 2020-08-23 13:55+0200\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2326,7 +2326,7 @@ msgstr ""
23262326
"Estos analizadores no soportan todas las capacidades de *argparse*, y "
23272327
"generarán excepciones si se utilizan capacidades no soportadas. En "
23282328
"particular, los analizadores secundarios, ``argparse.REMAINDER``, y los "
2329-
"grupos mútuamente exclusivos que incluyen tanto opcionales como de posición "
2329+
"grupos mutuamente exclusivos que incluyen tanto opcionales como de posición "
23302330
"no están soportados."
23312331

23322332
#: ../Doc/library/argparse.rst:2042

0 commit comments

Comments
 (0)