Commit 8f7657da authored by Fred Drake's avatar Fred Drake

- correct the copyright statement; this was created in 2002

- minor markup changes
parent 2c3fde30
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% Copyright (c) 2003 Zope Corporation and Contributors. % Copyright (c) 2002, 2003 Zope Corporation and Contributors.
% All Rights Reserved. % All Rights Reserved.
% %
% This software is subject to the provisions of the Zope Public License, % This software is subject to the provisions of the Zope Public License,
...@@ -595,7 +595,7 @@ The following datatypes are provided by the default type registry. ...@@ -595,7 +595,7 @@ The following datatypes are provided by the default type registry.
\term{\datatype{byte-size}} \term{\datatype{byte-size}}
A specification of a size, with byte multiplier suffixes (for A specification of a size, with byte multiplier suffixes (for
example, \samp{128MB}). Suffixes are case insensitive and may be example, \samp{128MB}). Suffixes are case insensitive and may be
``KB'', ``MB'', or ``GB''. \samp{KB}, \samp{MB}, or \samp{GB}
\term{\datatype{constructor}} \term{\datatype{constructor}}
Parse value in the form \samp{fn('1', '2', kw1='a', kw2='b')} into a Parse value in the form \samp{fn('1', '2', kw1='a', kw2='b')} into a
...@@ -686,9 +686,10 @@ The following datatypes are provided by the default type registry. ...@@ -686,9 +686,10 @@ The following datatypes are provided by the default type registry.
configuration files. configuration files.
\term{\datatype{time-interval}} \term{\datatype{time-interval}}
A specification of a time interval, with multiplier suffixes, A specification of a time interval, with multiplier suffixes (for
e.g. 12h. Suffixes are case insensitive and may be ``s'' (seconds), example, \code{12h}). Suffixes are case insensitive and may be
``m'' (minutes), ``h'' (hours), or ``d'' (days). \samp{s} (seconds), \samp{m} (minutes), \samp{h} (hours), or
\samp{d} (days).
\end{definitions} \end{definitions}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment