-
Notifications
You must be signed in to change notification settings - Fork 396
Traducido library/dis #485
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hice algunas sugerencias... espero que sean útiles.
Co-authored-by: Naomi Ceder <[email protected]>
Co-authored-by: Naomi Ceder <[email protected]>
Gracias @nceder por la revisión 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
#: ../Doc/library/dis.rst:280 | ||
msgid "" | ||
"numeric code for operation, corresponding to the opcode values listed below " | ||
"and the bytecode values in the :ref:`opcode_collections`." | ||
msgstr "" | ||
"código numérico para la operación, correspondiente a los valores del opcode " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"código numérico para la operación, correspondiente a los valores del opcode " | |
"código numérico para la operación, correspondiente a los valores del opcode " |
Vi que en otras partes del archivo tienes "opcode" como "código de operación", creería que podemos estandarizarlo con cualquiera de los dos si te parece bien :)
Co-authored-by: narvmtz <[email protected]>
Me quedan un par de cosas aún que arreglar @narvmtz muchas gracias por los comentarios 👍 |
Closes #475