Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ae0f2925
Commit
ae0f2925
authored
Jun 10, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo reported by Robert Kern <kernr@ncifcrf.gov>.
parent
e2571f2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Doc/lib/librfc822.tex
Doc/lib/librfc822.tex
+5
-5
No files found.
Doc/lib/librfc822.tex
View file @
ae0f2925
...
...
@@ -48,7 +48,7 @@ e.g.\ \code{\var{m}['From']}, \code{\var{m}['from']} and
\end{classdesc}
\begin{classdesc}
{
AddressList
}{
field
}
You may instantiate the
AddresssList
helper class using a single
You may instantiate the
\class
{
AddressList
}
helper class using a single
string parameter, a comma-separated list of
\rfc
{
822
}
addresses to be
parsed. (The parameter
\code
{
None
}
yields an empty list.)
\end{classdesc}
...
...
@@ -235,13 +235,13 @@ Addresses are rendered in "name" <host@domain> form, comma-separated.
\end{methoddesc}
\begin{methoddesc}
{__
add
__}{
name
}
Return an
AddressList instance that contains all addresses in both
AddressList
operands, with duplicates removed (set union).
Return an
\class
{
AddressList
}
instance that contains all addresses in
both
\class
{
AddressList
}
operands, with duplicates removed (set union).
\end{methoddesc}
\begin{methoddesc}
{__
sub
__}{
name
}
Return an
AddressList
instance that contains every address in the
left-hand
AddressList
operand that is not present in the right-hand
Return an
\class
{
AddressList
}
instance that contains every address in the
left-hand
\class
{
AddressList
}
operand that is not present in the right-hand
address operand (set difference).
\end{methoddesc}
...
...
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