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

Skip to content

Commit 25de7b1

Browse files
committed
Fix
1 parent e591914 commit 25de7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/errors.po

Lines changed: 2 additions & 2 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: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2023-03-14 17:09-0300\n"
14+
"PO-Revision-Date: 2023-03-14 17:22-0300\n"
1515
"Last-Translator: Francisco Mora <[email protected]>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -258,7 +258,7 @@ msgid ""
258258
"types define :meth:`__str__` to print all the arguments without explicitly "
259259
"accessing ``.args``. ::"
260260
msgstr ""
261-
"La *cláusula except* puede especificar una variable después del nombre de la "
261+
"La cláusula *except* puede especificar una variable después del nombre de la "
262262
"excepción. La variable está ligada a la instancia de la excepción, que "
263263
"normalmente tiene un atributo ``args`` que almacena los argumentos. Por "
264264
"conveniencia, los tipos de excepción incorporados definen :meth:`__str__` "

0 commit comments

Comments
 (0)