Skip to content

Commit 525f4ba

Browse files
Update translation
1 parent 7495081 commit 525f4ba

6 files changed

Lines changed: 13412 additions & 13363 deletions

File tree

howto/descriptor.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-17 15:03+0000\n"
15+
"POT-Creation-Date: 2026-05-03 15:30+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/"
@@ -2474,7 +2474,7 @@ msgid ""
24742474
"class Member:\n"
24752475
"\n"
24762476
" def __init__(self, name, clsname, offset):\n"
2477-
" 'Emulate PyMemberDef in Include/structmember.h'\n"
2477+
" 'Emulate PyMemberDef in Include/descrobject.h'\n"
24782478
" # Also see descr_new() in Objects/descrobject.c\n"
24792479
" self.name = name\n"
24802480
" self.clsname = clsname\n"

0 commit comments

Comments
 (0)