We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generics.rst
1 parent ceaf48d commit 9ff9946Copy full SHA for 9ff9946
docs/source/generics.rst
@@ -284,7 +284,7 @@ and the return type is derived from the sequence item type. Example:
284
When using the legacy syntax, a single definition of a type variable
285
(such as ``T`` above) can be used in multiple generic functions or
286
classes. In this example we use the same type variable in two generic
287
-functions to declarare type parameters:
+functions to declare type parameters:
288
289
.. code-block:: python
290
0 commit comments