Skip to content

Traducido reference/compound_stmts.po #3354

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 10 commits into from
Feb 2, 2025
Prev Previous commit
Next Next commit
Update reference/compound_stmts.po
Co-authored-by: rtobar <rtobarc@gmail.com>
  • Loading branch information
kbiggers and rtobar authored Feb 1, 2025
commit 5ade12a29c902045b857bc4c6cecb5db408b0af1
2 changes: 1 addition & 1 deletion reference/compound_stmts.po
Original file line number Diff line number Diff line change
Expand Up @@ -3062,7 +3062,7 @@ msgstr ""
"value*, lo que se usa cuando el parámetro de tipo no se proporciona "
"explícitamente. Esto se añade adjuntando un solo signo igual (``=``) seguido "
"por una expresión. Como los límites y restricciones del tipo variables, el "
"valor predeterminado no se evalúa cuando el objeto se crea, pero solamente "
"valor predeterminado no se evalúa cuando el objeto se crea, solamente "
"cuando se accede el atributo ``__default__`` del parámetro del tipo. Con "
"este fin, el valor predeterminado se evalúa en un :ref:`annotation scope "
"<annotation-scopes>` separado. Si no se especifica un valor predeterminado "
Expand Down