We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9f709 commit 0a5b30dCopy full SHA for 0a5b30d
Doc/library/typing.rst
@@ -324,7 +324,7 @@ every type as being compatible with :data:`Any` and :data:`Any` as being
324
compatible with every type.
325
326
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::
+value of type :data:`Any` and assign it to any variable::
328
329
from typing import Any
330
0 commit comments