-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Nov 24, 2023
1 parent
3d2e28c
commit e8890c9
Showing
4 changed files
with
163 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-11-05 17:24+0000\n" | ||
"POT-Creation-Date: 2023-11-24 14:13+0000\n" | ||
"PO-Revision-Date: 2021-06-28 00:53+0000\n" | ||
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n" | ||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" | ||
|
@@ -490,15 +490,15 @@ msgid "Descriptor protocol" | |
msgstr "" | ||
|
||
#: ../../howto/descriptor.rst:524 | ||
msgid "``descr.__get__(self, obj, type=None) -> value``" | ||
msgid "``descr.__get__(self, obj, type=None)``" | ||
msgstr "" | ||
|
||
#: ../../howto/descriptor.rst:526 | ||
msgid "``descr.__set__(self, obj, value) -> None``" | ||
msgstr "`descr.__set__(self, obj, value) -> None`" | ||
msgid "``descr.__set__(self, obj, value)``" | ||
msgstr "" | ||
|
||
#: ../../howto/descriptor.rst:528 | ||
msgid "``descr.__delete__(self, obj) -> None``" | ||
msgid "``descr.__delete__(self, obj)``" | ||
msgstr "" | ||
|
||
#: ../../howto/descriptor.rst:530 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-10-13 14:14+0000\n" | ||
"POT-Creation-Date: 2023-11-24 14:13+0000\n" | ||
"PO-Revision-Date: 2021-06-28 01:11+0000\n" | ||
"Last-Translator: i17obot <[email protected]>, 2021\n" | ||
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" | ||
|
@@ -111,9 +111,8 @@ msgstr "" | |
msgid "" | ||
"The first line indicates that 214 calls were monitored. Of those calls, 207 " | ||
"were :dfn:`primitive`, meaning that the call was not induced via recursion. " | ||
"The next line: ``Ordered by: cumulative time``, indicates that the text " | ||
"string in the far right column was used to sort the output. The column " | ||
"headings include:" | ||
"The next line: ``Ordered by: cumulative time`` indicates the output is " | ||
"sorted by the ``cumtime`` values. The column headings include:" | ||
msgstr "" | ||
|
||
#: ../../library/profile.rst:89 | ||
|
Oops, something went wrong.