Utilities/__init__.py

branch
Py2 comp.
changeset 3144
bb63e24383e4
parent 3141
72f3bde98c58
child 3145
a9de05d4a22f
--- a/Utilities/__init__.py	Sat Dec 14 22:56:13 2013 +0100
+++ b/Utilities/__init__.py	Sat Dec 14 23:05:59 2013 +0100
@@ -16,8 +16,8 @@
         """
         Replacement for the urllib.quote function because of unicode problems.
         
-        @param url text to quote
-        @return quoted url
+        @param url text to quote (string)
+        @return quoted url (string)
         """
         return urllib.quote(url.encode('utf-8'))
 except (NameError):

eric ide

mercurial