Skip to content

Commit

Permalink
Finish that thought.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Feb 26, 2021
1 parent 3c91bba commit 1804203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/interface/adapter.py
Expand Up @@ -76,7 +76,7 @@ class BaseAdapterRegistry(object):
This is the type used for the ``_provided`` mapping.
This is separate from the generic mapping type because the values
are always integers, so one might choose to use a more optimized data
structure such as a ``OIBTree``. The same caveats apply as for
structure such as a ``OIBTree``. The same caveats apply as for ``_mappingType``.
.. versionchanged:: 5.3.0
Expand Down

0 comments on commit 1804203

Please sign in to comment.