summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-03-28 22:53:51 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-03-28 23:17:53 +0200
commit366e346dc25d2429eb75ae80543c0f66abb633cf (patch)
treede27f39408374fe1a3922232443ad5c5090b4cc2
parent43eb61e47410a1099cf045ee55610245a0896782 (diff)
downloadpylint-git-366e346dc25d2429eb75ae80543c0f66abb633cf.tar.gz
Fix news fragment after incorrect auto-merge
-rw-r--r--doc/whatsnew/fragments/8485.false_positive2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew/fragments/8485.false_positive b/doc/whatsnew/fragments/8485.false_positive
index 987911333..8eac08b95 100644
--- a/doc/whatsnew/fragments/8485.false_positive
+++ b/doc/whatsnew/fragments/8485.false_positive
@@ -1,4 +1,4 @@
-``invalid-name`` now allows for integers in ``typealias`` names:
+``invalid-name`` now allows for integers in ``typealias`` names:
- now valid: ``Good2Name``, ``GoodName2``.
- still invalid: ``_1BadName``.