Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
ee45edae
Commit
ee45edae
authored
Mar 21, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
626e22d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ZConfig/zconfig.tex
doc/ZConfig/zconfig.tex
+3
-3
No files found.
doc/ZConfig/zconfig.tex
View file @
ee45edae
...
...
@@ -194,7 +194,7 @@ syntactic correctness.)
% In this application, sections of type \code{host} would be allowed to
% acquire configuration data only from the \code{hostclass} type, so the
% section named \code{grendel} would only be allowed to
to
acquire
% section named \code{grendel} would only be allowed to acquire
% configuration data from a section with type \code{hostclass} and name
% \code{secondary}. The \code{hostclass} section named \code{secondary}
% could in turn acquire additional key-value pairs from some other
...
...
@@ -714,7 +714,7 @@ The following data types are provided by the default type registry.
Any valid Python identifier.
\term
{
\datatype
{
inet
-
address
}}
An
i
nternet address expressed as a
\code
{
(
\var
{
hostname
}
,
An
I
nternet address expressed as a
\code
{
(
\var
{
hostname
}
,
\var
{
port
}
)
}
pair. If only the port is specified, an empty string
will be returned for
\var
{
hostname
}
. If the port is omitted,
\code
{
None
}
will be returned for
\var
{
port
}
.
...
...
@@ -986,7 +986,7 @@ A \dfn{conversion function} is any callable object that accepts a
single argument and returns a suitable value, or raises an exception
if the input value is not acceptable.
\exception
{
ValueError
}
is the
preferred exception for disallowed inputs, but any other exception
will be properly prop
o
gated.
will be properly prop
a
gated.
\begin
{
classdesc
}{
Registry
}{
\optional
{
stock
}}
Implementation of a simple type registry. If given,
\var
{
stock
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment