@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.12\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2024-04-05 14:16 +0000\n "
20
+ "POT-Creation-Date : 2024-04-26 14:13 +0000\n "
21
21
"PO-Revision-Date : 2021-06-28 00:54+0000\n "
22
22
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
23
23
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -1566,24 +1566,24 @@ msgstr ""
1566
1566
1567
1567
#: ../../library/ast.rst:2523
1568
1568
msgid ""
1569
- "`leoAst.py <https://leoeditor.com/ appendices.html#leoast-py>`_ unifies the "
1570
- "token-based and parse-tree-based views of python programs by inserting two- "
1571
- "way links between tokens and ast nodes."
1569
+ "`leoAst.py <https://leo-editor.github.io/leo-editor/ appendices.html#leoast-"
1570
+ "py>`_ unifies the token-based and parse-tree-based views of python programs "
1571
+ "by inserting two- way links between tokens and ast nodes."
1572
1572
msgstr ""
1573
1573
1574
- #: ../../library/ast.rst:2527
1574
+ #: ../../library/ast.rst:2528
1575
1575
msgid ""
1576
1576
"`LibCST <https://libcst.readthedocs.io/>`_ parses code as a Concrete Syntax "
1577
1577
"Tree that looks like an ast tree and keeps all formatting details. It's "
1578
1578
"useful for building automated refactoring (codemod) applications and linters."
1579
1579
msgstr ""
1580
1580
1581
- #: ../../library/ast.rst:2532
1581
+ #: ../../library/ast.rst:2533
1582
1582
msgid ""
1583
1583
"`Parso <https://parso.readthedocs.io>`_ is a Python parser that supports "
1584
1584
"error recovery and round-trip parsing for different Python versions (in "
1585
1585
"multiple Python versions). Parso is also able to list multiple syntax errors "
1586
- "in your python file."
1586
+ "in your Python file."
1587
1587
msgstr ""
1588
1588
1589
1589
#: ../../library/ast.rst:59
0 commit comments