Skip to content

Commit 9ff9946

Browse files
authored
Fix typo in generics.rst (#18332)
1 parent ceaf48d commit 9ff9946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/generics.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ and the return type is derived from the sequence item type. Example:
284284
When using the legacy syntax, a single definition of a type variable
285285
(such as ``T`` above) can be used in multiple generic functions or
286286
classes. In this example we use the same type variable in two generic
287-
functions to declarare type parameters:
287+
functions to declare type parameters:
288288

289289
.. code-block:: python
290290

0 commit comments

Comments
 (0)