diff options
author | W. Trevor King <wking@tremily.us> | 2012-10-26 08:13:13 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-10-26 08:16:38 -0400 |
commit | d9b9c4fdb13a0e0dc41184ea8d907bd5fa156e0d (patch) | |
tree | 4fa765a5b72b1a4c1c083e80706128620a3fc9f8 /libbe/command/serve_storage.py | |
parent | 26aadf775cbafd14e98870f818aae078181080d8 (diff) | |
download | bugseverywhere-d9b9c4fdb13a0e0dc41184ea8d907bd5fa156e0d.tar.gz |
doc: update :mod: to :py:mod: for modern Sphinx.
Diffstat (limited to 'libbe/command/serve_storage.py')
-rw-r--r-- | libbe/command/serve_storage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/serve_storage.py b/libbe/command/serve_storage.py index 641ec36..8d6f516 100644 --- a/libbe/command/serve_storage.py +++ b/libbe/command/serve_storage.py @@ -20,7 +20,7 @@ See Also -------- -:mod:`libbe.storage.http` : the associated client +:py:mod:`libbe.storage.http` : the associated client """ import logging |