aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/__init__.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-10-26 08:37:54 -0400
committerW. Trevor King <wking@tremily.us>2012-10-26 08:37:54 -0400
commitc065f17c6a79ec52abc370c91f49e570798cf38e (patch)
tree09102e2b71a52ec8d859cba65aab2cf83e9a530c /libbe/storage/__init__.py
parent5bc03aa8b5a98c153a47cfc0ad23c7906485989a (diff)
downloadbugseverywhere-c065f17c6a79ec52abc370c91f49e570798cf38e.tar.gz
doc: update :class: to :py:class: for modern Sphinx.
Diffstat (limited to 'libbe/storage/__init__.py')
-rw-r--r--libbe/storage/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbe/storage/__init__.py b/libbe/storage/__init__.py
index 9e26fa3..991859a 100644
--- a/libbe/storage/__init__.py
+++ b/libbe/storage/__init__.py
@@ -16,8 +16,8 @@
# You should have received a copy of the GNU General Public License along with
# Bugs Everywhere. If not, see <http://www.gnu.org/licenses/>.
-"""Define the :class:`~libbe.storage.base.Storage` and
-:class:`~libbe.storage.base.VersionedStorage` classes for storing BE
+"""Define the :py:class:`~libbe.storage.base.Storage` and
+:py:class:`~libbe.storage.base.VersionedStorage` classes for storing BE
data.
Also define assorted implementations for the Storage classes: