@@ -234,7 +234,7 @@ respectively.
234
234
235
235
.. versionchanged :: 3.10
236
236
``Callable `` now supports :class: `ParamSpec ` and :data: `Concatenate `.
237
- See :pep: `612 ` for more information .
237
+ See :pep: `612 ` for more details .
238
238
239
239
.. seealso ::
240
240
The documentation for :class: `ParamSpec ` and :class: `Concatenate ` provides
@@ -725,7 +725,7 @@ These can be used as types in annotations using ``[]``, each having a unique syn
725
725
726
726
.. versionchanged :: 3.10
727
727
``Callable `` now supports :class: `ParamSpec ` and :data: `Concatenate `.
728
- See :pep: `612 ` for more information .
728
+ See :pep: `612 ` for more details .
729
729
730
730
.. seealso ::
731
731
The documentation for :class: `ParamSpec ` and :class: `Concatenate ` provide
@@ -1050,8 +1050,7 @@ These can be used as types in annotations using ``[]``, each having a unique syn
1050
1050
is not a subtype of the former, since ``List `` is invariant.
1051
1051
The responsibility of writing type-safe type guards is left to the user.
1052
1052
1053
- ``TypeGuard `` also works with type variables. For more information, see
1054
- :pep: `647 ` (User-Defined Type Guards).
1053
+ ``TypeGuard `` also works with type variables. See :pep: `647 ` for more details.
1055
1054
1056
1055
.. versionadded :: 3.10
1057
1056
@@ -1323,7 +1322,7 @@ These are not used in annotations. They are building blocks for creating generic
1323
1322
1324
1323
func(C()) # Passes static type check
1325
1324
1326
- See :pep: `544 ` for details. Protocol classes decorated with
1325
+ See :pep: `544 ` for more details. Protocol classes decorated with
1327
1326
:func: `runtime_checkable ` (described later) act as simple-minded runtime
1328
1327
protocols that check only the presence of given attributes, ignoring their
1329
1328
type signatures.
@@ -2127,7 +2126,7 @@ Functions and decorators
2127
2126
def process(response):
2128
2127
<actual implementation>
2129
2128
2130
- See :pep: `484 ` for details and comparison with other typing semantics.
2129
+ See :pep: `484 ` for more details and comparison with other typing semantics.
2131
2130
2132
2131
.. decorator :: final
2133
2132
0 commit comments