[Checkins] SVN: zope.app.apidoc/trunk/src/zope/app/apidoc/utilities.txt - fix typo

Fred L. Drake, Jr. fdrake at gmail.com
Tue Feb 26 20:45:53 EST 2008


Log message for revision 84302:
  - fix typo
  - minor clarification
  

Changed:
  U   zope.app.apidoc/trunk/src/zope/app/apidoc/utilities.txt

-=-
Modified: zope.app.apidoc/trunk/src/zope/app/apidoc/utilities.txt
===================================================================
--- zope.app.apidoc/trunk/src/zope/app/apidoc/utilities.txt	2008-02-27 01:43:07 UTC (rev 84301)
+++ zope.app.apidoc/trunk/src/zope/app/apidoc/utilities.txt	2008-02-27 01:45:51 UTC (rev 84302)
@@ -659,7 +659,7 @@
   'zope.source.rest'
 
 
-`dendentString(text)`
+`dedentString(text)`
 ---------------------
 
 Before doc strings can be processed using STX or ReST they must be dendented,
@@ -757,7 +757,7 @@
   u'<p>Hello!</p>\n'
 
 Note that the format string must be a valid source factory id; if the factory
-id is not a match, 'zope.source.stx' is used. Thus, specifying the module is
+id is not given, 'zope.source.stx' is used. Thus, specifying the module is
 often safer (if available):
 
   >>> utilities.renderText('Hello!\n', module=apidoc)



More information about the Checkins mailing list