summaryrefslogtreecommitdiff
path: root/git/db/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/db/compat.py')
-rw-r--r--git/db/compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/db/compat.py b/git/db/compat.py
index b0c042a5..767ab5e0 100644
--- a/git/db/compat.py
+++ b/git/db/compat.py
@@ -4,7 +4,7 @@
# the New BSD License: http://www.opensource.org/licenses/bsd-license.php
"""Module providing adaptors to maintain backwards compatability"""
-class RepoCompatInterface(object):
+class RepoCompatibilityInterface(object):
"""Interface to install backwards compatability of the new complex repository
types with the previous, all in one, repository."""