[Checkins] SVN: Products.PluggableAuthService/trunk/Products/PluggableAuthService/ Launchpad #15569586: docstring fix.

Tres Seaver tseaver at palladion.com
Wed Jun 25 09:48:33 EDT 2008


Log message for revision 87754:
  Launchpad #15569586:  docstring fix.
  

Changed:
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py

-=-
Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt	2008-06-25 13:43:42 UTC (rev 87753)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt	2008-06-25 13:48:33 UTC (rev 87754)
@@ -4,6 +4,8 @@
 PluggableAuthService 1.6 (unreleased)
 -------------------------------------
 
+- Launchpad #15569586:  docstring fix.
+
 - Factored out 'filter' logic into separate classes;  added filters
   for 'startswith' test and (if the IPy module is present) IP-range
   tests.  See https://bugs.launchpad.net/zope-pas/+bug/173580 .

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py	2008-06-25 13:43:42 UTC (rev 87753)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py	2008-06-25 13:48:33 UTC (rev 87754)
@@ -222,7 +222,7 @@
         o User will implement IPropertiedUser.
 
         o Plugin should return a dictionary or an object providing
-          IPropertiesPlugin.
+          IPropertySheet.
 
         o Plugin may scribble on the user, if needed (but must still
           return a mapping, even if empty).



More information about the Checkins mailing list