Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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