Skip to content

Commit

Permalink
fix typo after refactoring in docs (#123)
Browse files Browse the repository at this point in the history
* fix typo after refactoring in docs

* add changelog entry
  • Loading branch information
jensens authored Oct 12, 2021
1 parent 1cfc44e commit d63fcaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ stores all path segments in an array in `self.params`.
from zope.interface import implementer
from zope.publisher.interfaces import IPublishTraverse
@implementer(implementer)
@implementer(IPublishTraverse)
class MyService(Service):
def __init__(self, context, request):
Expand Down
1 change: 1 addition & 0 deletions news/123.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in `README.rst` [jensens]

0 comments on commit d63fcaa

Please sign in to comment.