Skip to content

Commit

Permalink
Fix typo in changelog example
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas authored Feb 17, 2025
1 parent 6fa5599 commit 56a3ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ Removals and deprecations
class FirstPlugin(p.SingletonPlugin, BasePlugin):
p.implements(ISomething)

class SecondPlugin(p.SingletonPlugin, BasePlutin):
class SecondPlugin(p.SingletonPlugin, BasePlugin):
p.implements(IAnything)


Expand Down

0 comments on commit 56a3ac9

Please sign in to comment.