Skip to content

Commit a6ebb95

Browse files
authored
Merge pull request #22 from m-aciek/patch-1
Link to second mypy behavior issue in the README
2 parents b8a807e + 28bba1c commit a6ebb95

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## A Workaround
44

5-
DateType is a [workaround for this
6-
bug](https://github.com/python/mypy/issues/9015) to demonstrate that we could
5+
DateType is a workaround for [two](https://github.com/python/mypy/issues/9015)
6+
[bugs](https://github.com/python/mypy/issues/10067) to demonstrate that we could
77
have a type-checking-time wrapper for `datetime` that doesn't change (or almost
88
doesn't change) the implementation, but fixes up two very annoying behaviors of
99
the stdlib `datetime` module:

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ DateType
55
A Workaround
66
------------
77

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

0 commit comments

Comments
 (0)