[Checkins] SVN: zope.pluggableauth/trunk/src/zope/pluggableauth/plugins/session.py wrap a long line

Fred Drake fdrake at gmail.com
Fri Jul 9 16:19:40 EDT 2010


Log message for revision 114420:
  wrap a long line
  

Changed:
  U   zope.pluggableauth/trunk/src/zope/pluggableauth/plugins/session.py

-=-
Modified: zope.pluggableauth/trunk/src/zope/pluggableauth/plugins/session.py
===================================================================
--- zope.pluggableauth/trunk/src/zope/pluggableauth/plugins/session.py	2010-07-09 20:17:49 UTC (rev 114419)
+++ zope.pluggableauth/trunk/src/zope/pluggableauth/plugins/session.py	2010-07-09 20:19:40 UTC (rev 114420)
@@ -160,7 +160,8 @@
 
     Now we build a request that uses the new fields:
 
-      >>> request = TestRequest(my_new_login_field='luke', my_new_password_field='the_force')
+      >>> request = TestRequest(my_new_login_field='luke',
+      ...                       my_new_password_field='the_force')
 
     The plugin now extracts the credentials information from these new fields:
 



More information about the checkins mailing list