Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: corrección en typo
  • Loading branch information
erickisos committed Oct 30, 2022
commit bedebd4fe7f65606c1c40ac89acaf6b5cc5f0d5a
4 changes: 2 additions & 2 deletions library/shutil.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2022-10-30 14:29-0600\n"
"PO-Revision-Date: 2022-10-30 14:38-0600\n"
"Last-Translator: \n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -498,7 +498,7 @@ msgid ""
"within the *dst* tree will be overwritten by corresponding files from the "
"*src* tree."
msgstr ""
"Si *dirs_exist_ok* es falso (el default) y *dst* existe, la excepeción :exc:"
"Si *dirs_exist_ok* es falso (el default) y *dst* existe, la excepción :exc:"
"`FileExistsError` es lanzada. Si *dirs_exist_ok* es verdadero, la operación "
"de copiado continuara si encuentra directorios existentes, los archivos "
"dentro del árbol de *dst* serán sobreescritos por los archivos "
Expand Down