@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-02-03 18:48 +0000\n "
14
+ "POT-Creation-Date : 2025-06-20 16:15 +0000\n "
15
15
"PO-Revision-Date : 2023-05-24 02:18+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
17
17
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -957,6 +957,9 @@ msgid ""
957
957
"given path already exists in the file system and is not a directory (same "
958
958
"behavior as the POSIX ``mkdir -p`` command)."
959
959
msgstr ""
960
+ "Se *exist_ok* for verdadeiro, a exceção :exc:`FileExistsError` não será "
961
+ "levantada, a menos que o caminho fornecido já exista no sistema de arquivos "
962
+ "e não seja um diretório (mesmo comportamento do comando POSIX ``mkdir -p``)."
960
963
961
964
#: ../../library/pathlib.rst:1001
962
965
msgid "The *exist_ok* parameter was added."
@@ -1231,7 +1234,7 @@ msgid ""
1231
1234
"Open the file pointed to in bytes mode, write *data* to it, and close the "
1232
1235
"file::"
1233
1236
msgstr ""
1234
- "Abre o arquivo apontado no modo bytes, escreve *dados * e fecha o arquivo::"
1237
+ "Abre o arquivo apontado no modo bytes, escreve *data * e fecha o arquivo::"
1235
1238
1236
1239
#: ../../library/pathlib.rst:1278
1237
1240
msgid "An existing file of the same name is overwritten."
0 commit comments