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
8000
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Marcos Medrano <marcosmedrano0@gmail.com>
  • Loading branch information
cmaureir and mmmarcos authored Jan 31, 2023
commit d24072a1c007de344049ef05b3dcf835016e6e90
2 changes: 1 addition & 1 deletion library/functools.po
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ 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 "
"*outer most*. Aquí está la clase ``Negator`` con los métodos ``neg`` "
"*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
Expand Down
0