Skip to content

Commit e6dc5ef

Browse files
Fix some typoes in the Changelog
1 parent b6d1710 commit e6dc5ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ChangeLog

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Release date: TBA
1212

1313
Closes PyCQA/pylint#4826
1414

15-
* Fixed builtin inferenence on `property` calls not calling the `postinit` of the new node, which
15+
* Fixed builtin inference on `property` calls not calling the `postinit` of the new node, which
1616
resulted in instance arguments missing on these nodes.
1717

1818
* Fixed a crash on ``Super.getattr`` when the attribute was previously uninferable due to a cache
@@ -128,7 +128,7 @@ Release date: 2021-12-31
128128

129129
* Fix typing and update explanation for ``Arguments.args`` being ``None``.
130130

131-
* Fix crash if a variable named ``type`` is subscripted in a generator expression.
131+
* Fix crash if a variable named ``type`` is subscribed in a generator expression.
132132

133133
Closes PyCQA/pylint#5461
134134

@@ -409,11 +409,11 @@ Release date: 2021-08-03
409409

410410
* Added support to infer return type of ``typing.cast()``
411411

412-
* Fix variable lookup's handling of exclusive statements
412+
* Fix variable lookup handling of exclusive statements
413413

414414
Closes PyCQA/pylint#3711
415415

416-
* Fix variable lookup's handling of function parameters
416+
* Fix variable lookup handling of function parameters
417417

418418
Closes PyCQA/astroid#180
419419

@@ -453,7 +453,7 @@ Release date: 2021-07-19
453453

454454
* Added ``If.is_sys_guard`` and ``If.is_typing_guard`` helper methods
455455

456-
* Fix a bad inferenece type for yield values inside of a derived class.
456+
* Fix a bad inference type for yield values inside of a derived class.
457457

458458
Closes PyCQA/astroid#1090
459459

@@ -1488,7 +1488,7 @@ Release date: 2018-07-15
14881488

14891489
* Fix missing __module__ and __qualname__ from class definition locals
14901490

1491-
Close PYCQA/pylint#1753
1491+
Close PyCQA/pylint#1753
14921492

14931493
* Fix a crash when __annotations__ access a parent's __init__ that does not have arguments
14941494

@@ -1575,7 +1575,7 @@ Release date: 2017-12-15
15751575

15761576
* Add brain tip for attrs library to prevent unsupported-assignment-operation false positives
15771577

1578-
Close PYCQA/pylint#1698
1578+
Close PyCQA/pylint#1698
15791579

15801580
* file_stream was removed, since it was deprecated for three releases
15811581

@@ -1993,7 +1993,7 @@ Release date: 2015-11-29
19931993
* Add basic support for understanding context managers.
19941994

19951995
Currently, there's no way to understand whatever __enter__ returns in a
1996-
context manager and what it is binded using the ``as`` keyword. With these changes,
1996+
context manager and what it is bound using the ``as`` keyword. With these changes,
19971997
we can understand ``bar`` in ``with foo() as bar``, which will be the result of __enter__.
19981998

19991999
* Add a new type of node, called *inference objects*. Inference objects are similar with

0 commit comments

Comments
 (0)