Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Quitando última entrada fuzzy library/array#1810

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cacrespo merged 3 commits into3.10fromfix-library-array
Jan 5, 2022
Merged
Changes from1 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
NextNext commit
Quitando última entrada fuzzy library/array
  • Loading branch information
@cmaureir
cmaureir committedJan 5, 2022
commited7545e95df79cf9566155b57c25a47e04a864bc
14 changes: 6 additions & 8 deletionslibrary/array.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,12 +13,12 @@ msgstr ""
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-08-04 12:39+0200\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es_ES\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Generated-By: Babel 2.9.1\n"

#: ../Doc/library/array.rst:2
Expand DownExpand Up@@ -381,18 +381,16 @@ msgid ":meth:`fromstring` is renamed to :meth:`frombytes` for clarity."
msgstr ":meth:`fromstring` se renombra como :meth:`frombytes` por claridad."

#: ../Doc/library/array.rst:160
#, fuzzy
msgid ""
"Read *n* items (as machine values) from the :term:`file object` *f* and "
"append them to the end of the array. If less than *n* items are available, :"
"exc:`EOFError` is raised, but the items that were available are still "
"inserted into the array."
msgstr ""
"Lee *n* elementos (como valores maquina) desde el :term:`file object` *f* y "
"los añade al final del arreglo. Si hay menos de *n* elementos disponibles, "
"se lanza :exc:`EOFError`, pero los elementos que estaban disponibles son "
"insertados al arreglo. *f* debe de ser un objeto de archivo incorporado "
"real; cualquier otra cosa con un método :meth:`read` no funcionará."
"Lee los *n* elementos (como valores de máquina) del :term:`file object` *f* "
"y los añade al final del arreglo. Si hay menos de *n* elementos disponibles, "
"se lanza :exc:`EOFError`, pero los elementos que estaban disponibles todavía "
"se insertan en el arreglo."

#: ../Doc/library/array.rst:168
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp