SF.net SVN: fclient: [449] trunk/fcp2/src/fcp2/client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-01 07:22:12
|
Revision: 449
http://fclient.svn.sourceforge.net/fclient/?rev=449&view=rev
Author: jUrner
Date: 2008-07-01 00:22:08 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
typos
Modified Paths:
--------------
trunk/fcp2/src/fcp2/client.py
Modified: trunk/fcp2/src/fcp2/client.py
===================================================================
--- trunk/fcp2/src/fcp2/client.py 2008-07-01 07:21:36 UTC (rev 448)
+++ trunk/fcp2/src/fcp2/client.py 2008-07-01 07:22:08 UTC (rev 449)
@@ -1482,7 +1482,7 @@
def subscribeUSK(self, uri, dontPoll=True):
"""Asks the node to notify the client when an USK is updated
- @param key: (L{key.USK}) key to subscribe to
+ @param uri: (L{key.USK}) key to subscribe to
@param dontPoll: if True, does whatever ???
@return: (str) identifer of the request
@@ -1827,7 +1827,7 @@
@param uri: (L{key.KeyBase}) key under wich to upload the file
@param items: (list) list of items to upload
- @note: for other params see L{chkPutDir}
+ @note: for other params see L{putDir}
@note: to upload multiple items at once pass a dict for each item containig the following members:
- RequestType: L{consts.RequestType.PutData}, L{consts.RequestType.PutFile} or L{consts.RequestType.PutRedirect}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|