Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 10, 2024
1 parent 919e92f commit f1a1458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/event/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __getattr__(self, name):
raise AttributeError(name)
obj = self.getObject()
# we need to override the behavior of RealContentListingObject
# because Ocurrence objects rely on acquisition to show their title
# because Occurrence objects rely on acquisition to show their title
# and other attributes
if hasattr(obj, name):
return getattr(obj, name)
Expand Down

0 comments on commit f1a1458

Please sign in to comment.