Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traduccion library/fcntl #993

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 20 commits into from
Oct 7, 2020
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
Traducido archivo library/fcntl
  • Loading branch information
mariasm87 committed Oct 7, 2020
commit add1d970597fb639c1a942d2d53fb98a968c0c5b
8 changes: 4 additions & 4 deletions library/fcntl.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: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-10-07 11:06+0200\n"
"PO-Revision-Date: 2020-10-07 11:40+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -192,7 +192,7 @@ msgid ""
"copied back into the supplied buffer."
msgstr ""
"Si *mutate_flag* es verdadero (valor predeterminado), entonces el búfer se "
"pasa (en efecto) a la llamada al sistema subyacente :func`ioctl`, el código "
"pasa (en efecto) a la llamada al sistema subyacente :func:`ioctl`, el código "
"de retorno de éste último se devuelve al Python que llama, y ​​el nuevo "
"contenido del búfer refleja la acción de :func:`ioctl`. Esto es una ligera "
"simplificación, porque si el búfer proporcionado tiene menos de 1024 bytes "
Expand Down Expand Up @@ -238,7 +238,7 @@ msgid ""
"Raises an :ref:`auditing event <auditing>` ``fcntl.flock`` with arguments "
"``fd``, ``operation``."
msgstr ""
"Genera un ref:`auditing event <auditing>` ``fcntl.flock`` con argumentos "
"Genera un :ref:`auditing event <auditing>` ``fcntl.flock`` con argumentos "
"``fd``, ``operation``."

#: ../Doc/library/fcntl.rst:128
Expand Down Expand Up @@ -308,7 +308,7 @@ msgstr ""

#: ../Doc/library/fcntl.rst:152
msgid ":const:`2` -- relative to the end of the file (:data:`os.SEEK_END`)"
msgstr "const:`2` -- relativo al final del archivo (:data:`os.SEEK_END`)"
msgstr ":const:`2` -- relativo al final del archivo (:data:`os.SEEK_END`)"

#: ../Doc/library/fcntl.rst:154
msgid ""
Expand Down