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 98547e4..405b035 100644
--- a/fs/rpcfs.py
+++ b/fs/rpcfs.py
@@ -99,7 +99,7 @@ class RPCFS(FS):
def __init__(self, uri, transport=None):
"""Constructor for RPCFS objects.
- The only required argument is the uri of the server to connect
+ The only required argument is the URI of the server to connect
to. This will be passed to the underlying XML-RPC server proxy
object, along with the 'transport' argument if it is provided.