Skip to content

Commit

Permalink
Fix typo and wording
Browse files Browse the repository at this point in the history
  • Loading branch information
staeff committed Jan 20, 2016
1 parent 2bae507 commit c07cd4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ pertaining to records associated with specific interfaces. For example::
from plone.registry.interfaces import IRecordModifiedEvent

from logging import getLogger
log = getLogger('my.package)
log = getLogger('my.package')

@adapter(IZooSettings, IRecordModifiedEvent)
def detectPriceChange(settings, event):
Expand Down Expand Up @@ -589,8 +589,8 @@ This means that
* Your registry.xml does not define default values for your configuration keys
* You have changed your configuration schema, but haven't rerun add-on
installer to initialize default values
* You might need to use same prefix as you use interface naem for your
settings::
* You might need to use the same prefix as you use for the interface name in
your settings::

<records prefix="mfabrik.plonezohointegration.interfaces.ISettings" interface="mfabrik.plonezohointegration.interfaces.ISettings">

Expand Down

0 comments on commit c07cd4e

Please sign in to comment.