summaryrefslogtreecommitdiffstats
path: root/format.py
diff options
context:
space:
mode:
Diffstat (limited to 'format.py')
-rw-r--r--format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.py b/format.py
index 27a24c3..87ec9d6 100644
--- a/format.py
+++ b/format.py
@@ -58,7 +58,7 @@ class formats(PluginRegistry):
cls._protocols, cls._validators, cls._protocol_attrs = {}, {}, set()
cls._context = set(popattr(cls, 'context_specs',
- attrs.pop('context_specs', ())))
+ attrs.pop('context_specs', ())))
# protocols merge: top-down through inheritance
for base in reversed(bases):
cls._protocols.update(getattr(base, '_protocols', {}))