Skip to content

Commit abe75df

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent d971f5e commit abe75df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

library/argparse.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-07-19 16:20+0000\n"
15+
"POT-Creation-Date: 2026-08-07 20:54+0000\n"
1616
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1826,12 +1826,12 @@ msgid ""
18261826
">>> # invalid option\n"
18271827
">>> parser.parse_args(['--bar'])\n"
18281828
"usage: PROG [-h] [--foo FOO] [bar]\n"
1829-
"PROG: error: no such option: --bar\n"
1829+
"PROG: error: unrecognized arguments: --bar\n"
18301830
"\n"
18311831
">>> # wrong number of arguments\n"
18321832
">>> parser.parse_args(['spam', 'badger'])\n"
18331833
"usage: PROG [-h] [--foo FOO] [bar]\n"
1834-
"PROG: error: extra arguments found: badger"
1834+
"PROG: error: unrecognized arguments: badger"
18351835
msgstr ""
18361836

18371837
msgid "Arguments containing ``-``"
@@ -1872,7 +1872,7 @@ msgid ""
18721872
">>> # negative number options present, so -2 is an option\n"
18731873
">>> parser.parse_args(['-2'])\n"
18741874
"usage: PROG [-h] [-1 ONE] [foo]\n"
1875-
"PROG: error: no such option: -2\n"
1875+
"PROG: error: unrecognized arguments: -2\n"
18761876
"\n"
18771877
">>> # negative number options present, so both -1s are options\n"
18781878
">>> parser.parse_args(['-1', '-1'])\n"

0 commit comments

Comments
 (0)