Revision: 6493
Author:   nicdumz
Date:     2009-03-07 05:03:55 +0000 (Sat, 07 Mar 2009)

Log Message:
-----------
Docstring fix for previous commit

Modified Paths:
--------------
    branches/rewrite/pywikibot/__init__.py

Modified: branches/rewrite/pywikibot/__init__.py
===================================================================
--- branches/rewrite/pywikibot/__init__.py      2009-03-07 04:32:00 UTC (rev 
6492)
+++ branches/rewrite/pywikibot/__init__.py      2009-03-07 05:03:55 UTC (rev 
6493)
@@ -23,8 +23,7 @@
 
 
 def deprecated(instead=None):
-    """Outputs a method deprecation warning.
-    Uses the stack to determine class and name of calling method
+    """Decorator to output a method deprecation warning.
 
     @param instead: if provided, will be used to specify the replacement
     @type instead: string



_______________________________________________
Pywikipedia-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l

Reply via email to