Commit 83eb35b7 authored by Tres Seaver's avatar Tres Seaver

Typo

parent bf61750e
...@@ -1129,7 +1129,7 @@ class _TreeItems(object): ...@@ -1129,7 +1129,7 @@ class _TreeItems(object):
class _TreeIterator(object): class _TreeIterator(object):
""" Faux implementation for BBB only. """ Faux implementation for BBB only.
""" """
def __init__(self, items): #pragma NO COVOER def __init__(self, items): #pragma NO COVER
raise TypeError( raise TypeError(
"TreeIterators are private implementation details " "TreeIterators are private implementation details "
"of the C-based BTrees.\n\n" "of the C-based BTrees.\n\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment