8000 Traducido library/functools by cmaureir · Pull Request #2284 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido library/functools #2284

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 4 commits into from
Feb 27, 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
powrap
  • Loading branch information
cmaureir committed Jan 31, 2023
commit 0468140dc484fb5146e802061bcc3b0e1a5445f0
6 changes: 3 additions & 3 deletions library/functools.po
Original file line number Diff line number Diff line change
Expand Up @@ -712,9 +712,9 @@ msgid ""
msgstr ""
"``@singledispatchmethod`` admite la anidación con otros decoradores como :"
"func:`@classmethod<classmethod>`. Tenga en cuenta que para permitir "
"``dispatcher.register``, ``singledispatchmethod`` debe ser el decorador "
"*más externo*. Aquí está la clase ``Negator`` con los métodos ``neg`` "
"vinculados a la clase, en lugar de una instancia de la clase:"
"``dispatcher.register``, ``singledispatchmethod`` debe ser el decorador *más "
"externo*. Aquí está la clase ``Negator`` con los métodos ``neg`` vinculados "
"a la clase, en lugar de una instancia de la clase:"

#: ../Doc/library/functools.rst:608
msgid ""
Expand Down
0