Skip to content

Commit 0a5b30d

Browse files
Fix typo in typing doc (pythonGH-21879)
Automerge-Triggered-By: @gvanrossum (cherry picked from commit fa5d725) Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
1 parent 2a9f709 commit 0a5b30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ every type as being compatible with :data:`Any` and :data:`Any` as being
324324
compatible with every type.
325325

326326
This means that it is possible to perform any operation or method call on a
327-
value of type on :data:`Any` and assign it to any variable::
327+
value of type :data:`Any` and assign it to any variable::
328328

329329
from typing import Any
330330

0 commit comments

Comments
 (0)