Skip to content

Commit a594e75

Browse files
Update translation
1 parent 009f254 commit a594e75

9 files changed

Lines changed: 14973 additions & 14822 deletions

File tree

howto/functional.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001-2026, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -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: 2025-11-29 15:01+0000\n"
15+
"POT-Creation-Date: 2026-06-09 18:10+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: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1890,7 +1890,7 @@ msgid ""
18901890
">>> functools.reduce(operator.concat, [])\n"
18911891
"Traceback (most recent call last):\n"
18921892
" ...\n"
1893-
"TypeError: reduce() of empty sequence with no initial value\n"
1893+
"TypeError: reduce() of empty iterable with no initial value\n"
18941894
">>> functools.reduce(operator.mul, [1, 2, 3], 1)\n"
18951895
"6\n"
18961896
">>> functools.reduce(operator.mul, [], 1)\n"

0 commit comments

Comments
 (0)