Skip to content

Traducido 'library/termios.po' #2302

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 18 commits into from
Feb 3, 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 Jan 31, 2023
commit 8dd84b9c5bfd71275ca7433d7271c18ca817dae9
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_DEFAULT` para especificar una memoria de solo lectura, "
"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 "
Expand Down