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 82048457d367d0a22c9abd960fd678a16eee3d88
8 changes: 4 additions & 4 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-11 20:09+0100\n"
"PO-Revision-Date: 2023-12-11 20:13+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,9 +597,9 @@ 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 con ``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:"
"La ABC :class:`ByteString` está obsoleta. Para usar con ``type hints``, "
"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
Expand Down