summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJean Jordaan <jean.jordaan@gmail.com>2016-10-16 12:48:32 -0400
committerJean Jordaan <jean.jordaan@gmail.com>2016-10-16 12:48:32 -0400
commit02f377100123e98763127d92a7b456c65b159322 (patch)
tree1751e877acf9a8559e207f66a923533a3d1eabdc /src
parentbcc55d40382f47784d93606daa174d454436e95a (diff)
downloadzope-interface-02f377100123e98763127d92a7b456c65b159322.tar.gz
Editing while reading: literals, typos, grammar
Diffstat (limited to 'src')
-rw-r--r--src/zope/interface/adapter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/interface/adapter.py b/src/zope/interface/adapter.py
index 625b7be..69fa6c1 100644
--- a/src/zope/interface/adapter.py
+++ b/src/zope/interface/adapter.py
@@ -468,7 +468,7 @@ class AdapterLookupBase(object):
# We could separate this by order and name, thus reducing the
# number of provided interfaces to search at run time. The tradeoff,
# however, is that we have to store more information. For example,
- # is the same interface is provided for multiple names and if the
+ # if the same interface is provided for multiple names and if the
# interface extends many interfaces, we'll have to keep track of
# a fair bit of information for each name. It's better to
# be space efficient here and be time efficient in the cache