Skip to content
Prev Previous commit
preposition
  • Loading branch information
hauntsaninja committed Mar 31, 2022
commit ac7b4a894ddaa0f443413fb263f4628ca31b17f4
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ These can be used as types in annotations and do not support ``[]``.

.. versionchanged:: 3.11
:data:`Any` can now be used as a base class. This can be useful for
avoiding type checker errors in classes that can duck type anywhere or
avoiding type checker errors with classes that can duck type anywhere or
are highly dynamic.

.. data:: Never
Expand Down