@@ -2373,7 +2373,7 @@ msgid ""
2373
2373
"Parameters of the form \" ``*identifier``\" may have an annotation \" ``: "
2374
2374
"*expression``\" . See :pep:`646`."
2375
2375
msgstr ""
2376
- "Parámetros del formulario \" ``*identifier``\" puede tener una anotación "
2376
+ "Parámetros de la forma \" ``*identifier``\" puede tener una anotación "
2377
2377
"\" ``: *expression``\" . Consulte :pep:`646`."
2378
2378
2379
2379
#: ../Doc/reference/compound_stmts.rst:1348
@@ -2948,7 +2948,7 @@ msgid ""
2948
2948
"after a declaration ``def func[T](): pass``, the name ``T`` is not available "
2949
2949
"in the module scope. Below, the semantics of generic objects are described "
2950
2950
"with more precision. The scope of type parameters is modeled with a special "
2951
- "function (technically, an :ref:`annotation scope <annotation-scopes>`) that "
2951
+ "function (technically, an :ref:`ámbito de anotación <annotation-scopes>`) that "
2952
2952
"wraps the creation of the generic object."
2953
2953
msgstr ""
2954
2954
"Los tipos de parámetros son declarados entre corchetes (``[]``) "
@@ -2958,7 +2958,7 @@ msgstr ""
2958
2958
"``T`` no está disponible en el ámbito del módulo. A continuación, se "
2959
2959
"describe con más precisión la semántica de los objetos genéricos. El ámbito "
2960
2960
"de los parámetros de tipo se modela con una función especial (técnicamente, "
2961
- "una :ref:`annotation scope <annotation-scopes>`) que envuelve la creación "
2961
+ "una :ref:`ámbito de anotación <annotation-scopes>`) que envuelve la creación "
2962
2962
"del objeto genérico."
2963
2963
2964
2964
#: ../Doc/reference/compound_stmts.rst:1676
@@ -3028,7 +3028,7 @@ msgid ""
3028
3028
"syntax, the bound and constraints are not evaluated when the generic object "
3029
3029
"is created, but only when the value is explicitly accessed through the "
3030
3030
"attributes ``__bound__`` and ``__constraints__``. To accomplish this, the "
3031
- "bounds or constraints are evaluated in a separate :ref:`annotation scope "
3031
+ "bounds or constraints are evaluated in a separate :ref:`ámbito de anotación "
3032
3032
"<annotation-scopes>`."
3033
3033
msgstr ""
3034
3034
"Para :data:`!typing.TypeVar`\\ s declarados utilizando la sintaxis de lista "
@@ -3054,17 +3054,17 @@ msgid ""
3054
3054
"bounds and constraints of type variables, the default value is not evaluated "
3055
3055
"when the object is created, but only when the type parameter's "
3056
3056
"``__default__`` attribute is accessed. To this end, the default value is "
3057
- "evaluated in a separate :ref:`annotation scope <annotation-scopes>`. If no "
3057
+ "evaluated in a separate :ref:`ámbito de anotación <annotation-scopes>`. If no "
3058
3058
"default value is specified for a type parameter, the ``__default__`` "
3059
3059
"attribute is set to the special sentinel object :data:`typing.NoDefault`."
3060
3060
msgstr ""
3061
- "Los tres sabores de parámetros de tipo también pueden tener un *default "
3062
- "value *, lo que se usa cuando el parámetro de tipo no se proporciona "
3061
+ "Los tres sabores de parámetros de tipo también pueden tener un *valor "
3062
+ "predeterminado *, lo que se usa cuando el parámetro de tipo no se proporciona "
3063
3063
"explícitamente. Esto se añade adjuntando un solo signo igual (``=``) seguido "
3064
3064
"por una expresión. Como los límites y restricciones del tipo variables, el "
3065
3065
"valor predeterminado no se evalúa cuando el objeto se crea, solamente "
3066
3066
"cuando se accede el atributo ``__default__`` del parámetro del tipo. Con "
3067
- "este fin, el valor predeterminado se evalúa en un :ref:`annotation scope "
3067
+ "este fin, el valor predeterminado se evalúa en un :ref:`ámbito de anotación "
3068
3068
"<annotation-scopes>` separado. Si no se especifica un valor predeterminado "
3069
3069
"para un parámetro de tipo, el atributo ``__default__`` se establece en el "
3070
3070
"objeto de centinela especial :data:`typing.NoDefault`."
@@ -3144,13 +3144,13 @@ msgstr ""
3144
3144
3145
3145
#: ../Doc/reference/compound_stmts.rst:1752
3146
3146
msgid ""
3147
- "Here ``annotation-def`` indicates an :ref:`annotation scope <annotation-"
3147
+ "Here ``annotation-def`` indicates an :ref:`ámbito de anotación <annotation-"
3148
3148
"scopes>`, which is not actually bound to any name at runtime. (One other "
3149
3149
"liberty is taken in the translation: the syntax does not go through "
3150
3150
"attribute access on the :mod:`typing` module, but creates an instance of :"
3151
3151
"data:`typing.TypeVar` directly.)"
3152
3152
msgstr ""
3153
- "Aquí ``annotation-def`` indica un :ref:`annotation scope <annotation-"
3153
+ "Aquí ``annotation-def`` indica un :ref:`ámbito de anotación <annotation-"
3154
3154
"scopes>`, que en realidad no está vinculado a ningún nombre en tiempo de "
3155
3155
"ejecución. (Se ha tomado otra libertad en la traducción: la sintaxis no pasa "
3156
3156
"por el acceso a atributos en el módulo :mod:`typing`, sino que crea una "
@@ -3275,11 +3275,11 @@ msgstr ""
3275
3275
#: ../Doc/reference/compound_stmts.rst:1813
3276
3276
msgid ""
3277
3277
"Here again ``annotation-def`` (not a real keyword) indicates an :ref:"
3278
- "`annotation scope <annotation-scopes>`, and the name ``TYPE_PARAMS_OF_Bag`` "
3278
+ "`ámbito de anotación <annotation-scopes>`, and the name ``TYPE_PARAMS_OF_Bag`` "
3279
3279
"is not actually bound at runtime."
3280
3280
msgstr ""
3281
3281
"Aquí de nuevo ``annotation-def`` (no es una palabra clave real) indica un :"
3282
- "ref:`annotation scope <annotation-scopes>`, y el nombre "
3282
+ "ref:`ámbito de anotación <annotation-scopes>`, y el nombre "
3283
3283
"``TYPE_PARAMS_OF_Bag`` no está vinculado en tiempo de ejecución."
3284
3284
3285
3285
#: ../Doc/reference/compound_stmts.rst:1817
@@ -3380,7 +3380,7 @@ msgid ""
3380
3380
"``TYPE_PARAMS_OF_ListOrSet`` are not actually bound at runtime."
3381
3381
msgstr ""
3382
3382
"Aquí, ``annotation-def`` (no es una palabra clave real) indica un :ref:"
3383
- "`annotation scope <annotation-scopes>`. Los nombres en mayúsculas como "
3383
+ "`ámbito de anotación <annotation-scopes>`. Los nombres en mayúsculas como "
3384
3384
"``TYPE_PARAMS_OF_ListOrSet`` no están vinculados en tiempo de ejecución."
3385
3385
3386
3386
#: ../Doc/reference/compound_stmts.rst:1862
0 commit comments