diff options
Diffstat (limited to 'libbe/storage/__init__.py')
-rw-r--r-- | libbe/storage/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbe/storage/__init__.py b/libbe/storage/__init__.py index 0ed609d..9e26fa3 100644 --- a/libbe/storage/__init__.py +++ b/libbe/storage/__init__.py @@ -22,12 +22,12 @@ data. Also define assorted implementations for the Storage classes: -* :mod:`libbe.storage.vcs` -* :mod:`libbe.storage.http` +* :py:mod:`libbe.storage.vcs` +* :py:mod:`libbe.storage.http` Also define an assortment of storage-related tools and utilities: -* :mod:`libbe.storage.util` +* :py:mod:`libbe.storage.util` """ import base |