PrevPrevious commit
preposition
  • Loading branch information
hauntsaninja committedMar 31, 2022
commit ac7b4a894ddaa0f443413fb263f4628ca31b17f4
Original file line numberDiff line numberDiff 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