[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/README.txt typos
Ruslan Spivak
rspivak at nuxeo.com
Mon Oct 31 16:01:55 EST 2005
Log message for revision 39792:
typos
Changed:
U Zope3/trunk/src/zope/app/authentication/README.txt
-=-
Modified: Zope3/trunk/src/zope/app/authentication/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/authentication/README.txt 2005-10-31 20:49:32 UTC (rev 39791)
+++ Zope3/trunk/src/zope/app/authentication/README.txt 2005-10-31 21:01:54 UTC (rev 39792)
@@ -330,7 +330,7 @@
As a component that provides IAuthentication, a PAU lets you lookup a
principal with a principal ID. The PAU looks up a principal by delegating to
-its authenticators. In out example, none of the authenticators implement this
+its authenticators. In our example, none of the authenticators implement this
search capability, so when we look for a principal:
>>> print pau.getPrincipal('xyz_bob')
@@ -716,7 +716,7 @@
>>> list(queriable.search('not-used'))
['mypau_foo']
-Note that the resulting principal ID includes the PAU prefix. Were we to sarch
+Note that the resulting principal ID includes the PAU prefix. Were we to search
the plugin directly:
>>> list(plugin.search('not-used'))
More information about the Zope3-Checkins
mailing list