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

Tres Seaver tseaver at palladion.com
Wed Jun 25 09:43:42 EDT 2008


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

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

-=-
Modified: Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/doc/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/doc/CHANGES.txt	2008-06-25 13:22:08 UTC (rev 87752)
+++ Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/doc/CHANGES.txt	2008-06-25 13:43:42 UTC (rev 87753)
@@ -4,6 +4,8 @@
 PluggableAuthService 1.5.4 (Unreleased)
 ---------------------------------------
 
+- Launchpad #15569586:  docstring fix.
+
 - Ensure ZODBRoleManagerExportImport doesn't fail if it tries to add a
   role that already exists (idempotence is desirable in GS importers)
 

Modified: Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/interfaces/plugins.py
===================================================================
--- Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/interfaces/plugins.py	2008-06-25 13:22:08 UTC (rev 87752)
+++ Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/interfaces/plugins.py	2008-06-25 13:43:42 UTC (rev 87753)
@@ -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