Skip to content

Commit

Permalink
Fix typo in generics.rst (#18332)
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-matsui authored Dec 23, 2024
1 parent ceaf48d commit 9ff9946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/generics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ and the return type is derived from the sequence item type. Example:
When using the legacy syntax, a single definition of a type variable
(such as ``T`` above) can be used in multiple generic functions or
classes. In this example we use the same type variable in two generic
functions to declarare type parameters:
functions to declare type parameters:

.. code-block:: python
Expand Down

0 comments on commit 9ff9946

Please sign in to comment.