Skip to content

Traducción enum #627

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 12 commits into from
Jul 27, 2020
Prev Previous commit
Next Next commit
Update library/enum.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
katialira and cmaureir authored Jul 26, 2020
commit a6b5bc276584ce4d72ccb48c2c5e2347d08d32a9
2 changes: 1 addition & 1 deletion library/enum.po
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ msgid ""
"is also a very good idea to set the member's :attr:`_value_` appropriately. "
"Once all the members are created it is no longer used."
msgstr ""
":meth: `__new__`, si se especifica, debe crear y devolver los miembros de "
":meth:`__new__`, si se especifica, debe crear y devolver los miembros de "
"enumeración; también es una muy buena idea establecer el :attr:`_value_` del "
"miembro apropiadamente. Una vez que se crean todos los miembros, ya no se "
"usa."
Expand Down