- Notifications
You must be signed in to change notification settings - Fork396
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
3 commits Select commitHold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
NextNext commit
Quitando última entrada fuzzy library/array
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commited7545e95df79cf9566155b57c25a47e04a864bc
There are no files selected for viewing
14 changes: 6 additions & 8 deletionslibrary/array.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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-Team: python-doc-es\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 | ||
@@ -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 | ||
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 los *n* elementos (como valores de máquina) del :term:`file object` *f* " | ||
cmaureir marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"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 "" | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.