Skip to content

Commit

Permalink
Merge pull request ckan#8672 from ckan/Zharktas-patch-1
Browse files Browse the repository at this point in the history
Fix typo in changelog example
  • Loading branch information
wardi authored Feb 18, 2025
2 parents 1516f8d + 56a3ac9 commit 7d5c15b
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 7d5c15b

Please sign in to comment.