Skip to content

Commit

Permalink
Corrected the phrasing of the changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Mar 23, 2024
1 parent 1ee3625 commit dbcc303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This library adheres to
subscript (`#442 <https://github.com/agronholm/typeguard/issues/442>`_)
- Fixed ``TypedDict`` from ``typing_extensions`` not being recognized as one
(`#443 <https://github.com/agronholm/typeguard/issues/443>`_)
- Fixed parametrized types (``dict[str, int]``, ``List[str]``, etc.) not passing checks
- Fixed ``typing`` types (``dict[str, int]``, ``List[str]``, etc.) not passing checks
against ``type`` or ``Type``
(`#432 <https://github.com/agronholm/typeguard/issues/432>`_, PR by Yongxin Wang)

Expand Down

0 comments on commit dbcc303

Please sign in to comment.