summaryrefslogtreecommitdiff
path: root/fs/rpcfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'fs/rpcfs.py')
-rw-r--r--fs/rpcfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/rpcfs.py b/fs/rpcfs.py
index 00ba86a..15b6d3d 100644
--- a/fs/rpcfs.py
+++ b/fs/rpcfs.py
@@ -4,7 +4,7 @@ fs.rpcfs
This module provides the class 'RPCFS' to access a remote FS object over
XML-RPC. You probably want to use this in conjunction with the 'RPCFSServer'
-class from the :mod:`fs.expose.xmlrpc` module.
+class from the :mod:`~fs.expose.xmlrpc` module.
"""