Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Nov 9, 2018
1 parent b69c3f3 commit 0d10a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/z3c/pagelet/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __call__(self):
# formlib based pagelet mixin classes
@zope.interface.implementer(interfaces.IPageletForm)
class PageletForm(form.FormBase, BrowserPagelet):
"""Fomr mixin for pagelet implementations."""
"""Form mixin for pagelet implementations."""

template = None
layout = None
Expand Down Expand Up @@ -125,4 +125,4 @@ class PageletEditForm(PageletForm, form.EditFormBase):

@zope.interface.implementer(interfaces.IPageletDisplayForm)
class PageletDisplayForm(PageletForm, form.DisplayFormBase):
"""Display fomr mixin for pagelet implementations."""
"""Display form mixin for pagelet implementations."""

0 comments on commit 0d10a7a

Please sign in to comment.