Skip to content

Commit

Permalink
Fix typos in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbom committed Oct 27, 2014
1 parent f2ab7d5 commit ac249c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zope/location/interfaces.py
Expand Up @@ -88,7 +88,7 @@ def getParents():
Raises a TypeError if the object is not connected to a containment
root.
"""

def getName():
Expand Down Expand Up @@ -125,7 +125,7 @@ class LocationError(KeyError, LookupError):
# Soft dependency on zope.component.
#
# Also, these interfaces used to be defined here directly, so this provides
# backwardc-comppatibiltiy
# backward-compatibility
try:
from zope.component.interfaces import ISite
except ImportError: #pragma NO COVER
Expand Down

0 comments on commit ac249c4

Please sign in to comment.