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#
@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-09-22 21:19 +0000\n "
14+ "POT-Creation-Date : 2026-03-05 18:13 +0000\n "
1515"PO-Revision-Date : 2025-09-22 15:57+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -1215,10 +1215,10 @@ msgid ""
12151215"current global and local dictionary, respectively, which may be useful to "
12161216"pass around for use by :func:`eval` or :func:`exec`."
12171217msgstr ""
1218- "Dicas: a execução dinâmica de instruções é suportada pela função :func:"
1219- "`exec`. As funções :func:`globals` e :func:`locals` retornam o dicionário "
1220- "global e local atual , respectivamente, o que pode ser útil para ser usado "
1221- "por :func:`eval` ou :func:`exec`."
1218+ "Dicas: a execução dinâmica de instruções é implementada pela função :func:"
1219+ "`exec`. As funções :func:`globals` e :func:`locals` retornam os dicionários "
1220+ "global e local atuais , respectivamente, o que pode ser útil para serem "
1221+ "usados por :func:`eval` ou :func:`exec`."
12221222
12231223#: ../../library/functions.rst:540
12241224msgid ""
@@ -1234,7 +1234,7 @@ msgid ""
12341234"with expressions containing only literals."
12351235msgstr ""
12361236"Veja :func:`ast.literal_eval` para uma função que pode avaliar com segurança "
1237- "strings com expressões contendo apenas literais."
1237+ "strings com expressões que contêm apenas literais."
12381238
12391239#: ../../library/functions.rst:546 ../../library/functions.rst:582
12401240msgid ""
0 commit comments