Skip to content

Commit 1004511

Browse files
committed
Merge branch 'changelog-1.18' of https://github.com/KevinRK29/mypy into changelog-1.18
2 parents 70ca5ed + e4e3f24 commit 1004511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This feature was contributed by Ivan Levkivskyi (PR [19668](https://github.com/p
3333

3434
### Disjoint Base Classes (@disjoint_base, PEP 800)
3535

36-
Mypy now implements PEP 800 Disjoint bases: it understands the @disjoint_base marker, rejects class definitions that combine incompatible disjoint bases, and exploits the fact that such classes cannot exist in reachability and narrowing logic
36+
Mypy now implements PEP 800 Disjoint bases: it understands the @disjoint_base marker, rejects class definitions that combine incompatible disjoint bases, and exploits the fact that such classes cannot exist in reachability and narrowing logic
3737

3838
This feature was contributed by Jelle Zijlstra (PR [19678](https://github.com/python/mypy/pull/19678)).
3939

0 commit comments

Comments
 (0)