mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typo in typing doc (GH-21879)
Automerge-Triggered-By: @gvanrossum
This commit is contained in:
parent
bb0b08540c
commit
fa5d725198
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ every type as being compatible with :data:`Any` and :data:`Any` as being
|
|||
compatible with every type.
|
||||
|
||||
This means that it is possible to perform any operation or method call on a
|
||||
value of type on :data:`Any` and assign it to any variable::
|
||||
value of type :data:`Any` and assign it to any variable::
|
||||
|
||||
from typing import Any
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue