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

Skip to content

Commit 1d89328

Browse files
Fix Translation/Add Words Dict
1 parent c5e38ae commit 1d89328

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Paul
8686
Perl
8787
Phil
8888
Pillow
89-
Powershell
89+
PowerShell
9090
PyFLTK
9191
PyGtk
9292
PyQt

library/warnings.po

Lines changed: 4 additions & 4 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-05-23 16:16-0500\n"
14+
"PO-Revision-Date: 2020-05-23 16:37-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -436,9 +436,9 @@ msgid ""
436436
"Since the :exc:`Warning` class is derived from the built-in :exc:`Exception` "
437437
"class, to turn a warning into an error we simply raise ``category(message)``."
438438
msgstr ""
439-
"Como la clase :exc:`Warning`se deriva de la clase :exc:"
440-
"`Exception`incorporada, para convertir una advertencia en un error "
441-
"simplemente elevamos la ``category(message)``."
439+
"Como la clase :exc:`Warning` se deriva de la clase :exc:`Excepción` "
440+
"incorporada, para convertir una advertencia en un error simplemente elevamos "
441+
"la ``category(message)``."
442442

443443
#: ../Doc/library/warnings.rst:172
444444
msgid ""

0 commit comments

Comments
 (0)