@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"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 "
1515"PO-Revision-Date : 2023-05-24 02:18+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -957,6 +957,9 @@ msgid ""
957957"given path already exists in the file system and is not a directory (same "
958958"behavior as the POSIX ``mkdir -p`` command)."
959959msgstr ""
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``)."
960963
961964#: ../../library/pathlib.rst:1001
962965msgid "The *exist_ok* parameter was added."
@@ -1231,7 +1234,7 @@ msgid ""
12311234"Open the file pointed to in bytes mode, write *data* to it, and close the "
12321235"file::"
12331236msgstr ""
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::"
12351238
12361239#: ../../library/pathlib.rst:1278
12371240msgid "An existing file of the same name is overwritten."
0 commit comments