Skip to content

Traducido 'library/mmap' #2300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 2, 2023
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
Update library/mmap.po
Co-authored-by: rtobar <rtobarc@gmail.com>
  • Loading branch information
JuanPerdomo00 and rtobar authored Feb 1, 2023
commit 1e08984cd555cd86f6212d350106895f4a1e208c
2 changes: 1 addition & 1 deletion library/mmap.po
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ msgstr ""
"Para las versiones del constructor de tanto Unix como de Windows, *access* "
"puede ser especificado como un parámetro nombrado opcional. *access* acepta "
"uno de cuatro valores: :const:`ACCESS_READ`, :const:`ACCESS_WRITE`, o :"
"const: `ACCESS_COPY` para especificar una memoria de solo lectura, *write- "
"const:`ACCESS_COPY` para especificar una memoria de solo lectura, *write- "
"through*, o *copy-on-write* respectivamente, o :const:`ACCES_DEFAULT` para "
"deferir a *prot*. El parámetro *access* se puede usar tanto en Unix como en "
"Windows. Si *access* no es especificado, el mmap de Windows retorna un "
Expand Down