Update of /cvsroot/docstring/dps/spec
In directory usw-pr-cvs1:/tmp/cvs-serv15718/dps/spec
Modified Files:
pysource-reader.txt
Log Message:
fixed whitespace
Index: pysource-reader.txt
===================================================================
RCS file: /cvsroot/docstring/dps/spec/pysource-reader.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pysource-reader.txt 28 Mar 2002 04:33:05 -0000 1.2
--- pysource-reader.txt 18 Apr 2002 02:53:52 -0000 1.3
***************
*** 14,18 ****
For definitive element hierarchy details, see the "Python Plaintext
Document Interface DTD" XML document type definition, ppdi.dtd_ (which
! modifies the generic gpdi.dtd_). Descriptions below list 'DTD
elements' (XML 'generic identifiers' or tag names) corresponding to
syntax constructs.
--- 14,18 ----
For definitive element hierarchy details, see the "Python Plaintext
Document Interface DTD" XML document type definition, ppdi.dtd_ (which
! modifies the generic gpdi.dtd_). Descriptions below list 'DTD
elements' (XML 'generic identifiers' or tag names) corresponding to
syntax constructs.
***************
*** 28,32 ****
In Python docstrings, interpreted text is used to classify and mark up
program identifiers, such as the names of variables, functions,
! classes, and modules. If the identifier alone is given, its role is
inferred implicitly according to the Python namespace lookup rules.
For functions and methods (even when dynamically assigned),
--- 28,32 ----
In Python docstrings, interpreted text is used to classify and mark up
program identifiers, such as the names of variables, functions,
! classes, and modules. If the identifier alone is given, its role is
inferred implicitly according to the Python namespace lookup rules.
For functions and methods (even when dynamically assigned),
***************
*** 41,45 ****
"""
! Extend `Storer`. Class attribute `instances` keeps track of
the number of `Keeper` objects instantiated.
"""
--- 41,45 ----
"""
! Extend `Storer`. Class attribute `instances` keeps track of
the number of `Keeper` objects instantiated.
"""
***************
*** 76,80 ****
'function', 'module_attribute', 'class_attribute',
'instance_attribute', 'variable', 'parameter', 'type',
! 'exception_class', 'exception', 'warning_class', or 'warning'. Other
roles may be defined.
--- 76,80 ----
'function', 'module_attribute', 'class_attribute',
'instance_attribute', 'variable', 'parameter', 'type',
! 'exception_class', 'exception', 'warning_class', or 'warning'. Other
roles may be defined.
|