Skip to content

Traducido archivo library/collections.abc.po #2767

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 8 commits into from
Dec 13, 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
Traducido archivo library/collections.abc.po
  • Loading branch information
jcaalzago committed Dec 11, 2023
commit 97012e1c82122a30d15c651f75c839fa0a45d379
10 changes: 5 additions & 5 deletions library/collections.abc.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: 2023-10-12 19:43+0200\n"
"PO-Revision-Date: 2023-12-05 13:38+0100\n"
"PO-Revision-Date: 2023-12-11 17:14+0100\n"
"Last-Translator: Sofía Denner <sofi.denner@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Language: es_AR\n"
Expand Down Expand Up @@ -597,10 +597,10 @@ msgid ""
"union, like ``bytes | bytearray``, or :class:`collections.abc.Buffer`. For "
"use as an ABC, prefer :class:`Sequence` or :class:`collections.abc.Buffer`."
msgstr ""
"La ABC :class:`ByteString` está obsoleta. Para usar al escribir, mejor use "
"una unión del tipo ``bytes | bytearray``, o :class:`collections.abc.Buffer`. "
"Para usar como una ABC, mejor use :class:`Sequence` o :class:`collections."
"abc.Buffer`."
"La ABC :class:`ByteString` está obsoleta. Para usar con :class:`typing`, "
"mejor use una unión del tipo ``bytes | bytearray``, o :class:`collections."
"abc.Buffer`. Para usar como una ABC, mejor use :class:`Sequence` o :class:"
"`collections.abc.Buffer`."

#: ../Doc/library/collections.abc.rst:285
msgid "ABCs for read-only and mutable sets."
Expand Down