Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## A Workaround

DateType is a [workaround for this
bug](https://github.com/python/mypy/issues/9015) to demonstrate that we could
DateType is a workaround for [two](https://github.com/python/mypy/issues/9015)
[bugs](https://github.com/python/mypy/issues/10067) to demonstrate that we could
have a type-checking-time wrapper for `datetime` that doesn't change (or almost
doesn't change) the implementation, but fixes up two very annoying behaviors of
the stdlib `datetime` module:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ DateType
A Workaround
------------

DateType is a `workaround for this
bug <https://github.com/python/mypy/issues/9015>`_ to demonstrate that we could
DateType is a workaround for `two <https://github.com/python/mypy/issues/9015>`_
`bugs <https://github.com/python/mypy/issues/10067>`_ to demonstrate that we could
have a type-checking-time wrapper for ``datetime`` that doesn't change (or almost
doesn't change) the implementation, but fixes up two very annoying behaviors of
the stdlib ``datetime`` module:
Expand Down
Loading