Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Sep 18, 2009
1 parent 61942aa commit be5d26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grokcore/site/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def localUtilityRegistrationSubscriber(site, event):


@grokcore.component.provider(grokcore.site.interfaces.IUtilityInstaller)
def setupUtility(Site, utility, provides, name=u'',
def setupUtility(site, utility, provides, name=u'',
name_in_container=None, public=False, setup=None):
"""Set up a utility in a site.
Expand Down

0 comments on commit be5d26f

Please sign in to comment.