diff --git a/gramps/gen/db/__init__.py b/gramps/gen/db/__init__.py index 59c91ef30..001f613a8 100644 --- a/gramps/gen/db/__init__.py +++ b/gramps/gen/db/__init__.py @@ -38,15 +38,15 @@ The full database hierarchy is: - - B{DbBsddb} - read and write implementation to BSDDB databases (U{gen/db/write}) - - B{DbWriteBase} - virtual and implementation-independent methods for reading data (U{gen/db/base.py}) - - B{DbBsddbRead} - read-only (accessors, getters) implementation to BSDDB databases (U{gen/db/read.py}) - - B{DbDjango} - read and write implementation to Django-based databases (U{web/dbdjango.py}) + - B{DbWriteBase} - virtual and implementation-independent methods for reading data (U{gen/db/base.py}) + - B{DbBsddbRead} - read-only (accessors, getters) implementation to BSDDB databases (U{gen/db/read.py}) + - B{DbDjango} - read and write implementation to Django-based databases (U{web/dbdjango.py