diff options
author | Tres Seaver <tseaver@palladion.com> | 2014-10-27 09:33:52 -0400 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2014-10-27 09:33:52 -0400 |
commit | 2eaac9141adb0346643ef18f855cb82c38628e1e (patch) | |
tree | a1f0eac6aebc8b07d8c950b3bdf0c82cea8b9a64 | |
parent | f2ab7d544a99aab95cc8804bcd6d19cb1269ef67 (diff) | |
parent | ac249c4f89c4967ac105559f81e72b485af4d348 (diff) | |
download | zope-location-2eaac9141adb0346643ef18f855cb82c38628e1e.tar.gz |
Merge pull request #1 from nielsbom/master
Fix typos in comment.
-rw-r--r-- | src/zope/location/interfaces.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zope/location/interfaces.py b/src/zope/location/interfaces.py index 8977187..153d0b1 100644 --- a/src/zope/location/interfaces.py +++ b/src/zope/location/interfaces.py @@ -88,7 +88,7 @@ class ILocationInfo(Interface): Raises a TypeError if the object is not connected to a containment root. - + """ def getName(): @@ -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 |