[Zope-CVS] SVN: zpkgtools/trunk/zpkgsetup/package.py minor
docstring nits
Fred L. Drake, Jr.
fred at zope.com
Fri Jul 16 17:56:51 EDT 2004
Log message for revision 26605:
minor docstring nits
Changed:
U zpkgtools/trunk/zpkgsetup/package.py
-=-
Modified: zpkgtools/trunk/zpkgsetup/package.py
===================================================================
--- zpkgtools/trunk/zpkgsetup/package.py 2004-07-16 21:44:06 UTC (rev 26604)
+++ zpkgtools/trunk/zpkgsetup/package.py 2004-07-16 21:56:51 UTC (rev 26605)
@@ -21,7 +21,7 @@
Package configuration files use a syntax very like the `ZConfig`_
package, but fewer features are available. The specific syntax is
-implemented by the `cfgparser` module.
+implemented by the `zpkgsetup.cfgparser` module.
.. _ZConfig: http://www.zope.org/Members/fdrake/zconfig/
@@ -44,7 +44,7 @@
The value to the right of the identifying keyword is a portable glob
pattern, where *portable* here means the pattern uses the POSIX
notation. Path components should be separated by forward slashes
-(like all paths used with distutils), ``?`` can be replaced by any
+(like all paths used with `distutils`), ``?`` can be replaced by any
single character, and ``*`` can be replaced by zero or more
characters.
@@ -446,9 +446,9 @@
The <data-files> sections have keys that are glob-expanded (based
on information passed to the constructor) and combined into a
- single .data_files member on the resulting package information
- object. The value of the .data_files attribute is suitable for
- passing to the distutils.core.setup() function.
+ single ``data_files`` member on the resulting package information
+ object. The value of the ``data_files`` attribute is suitable for
+ passing to the `distutils.core.setup()` function.
"""
More information about the Zope-CVS
mailing list