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
cd84b92f
Commit
cd84b92f
authored
Apr 21, 2006
by
George Yoshida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct the grammar
parent
db8955bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/libcodecs.tex
Doc/lib/libcodecs.tex
+3
-3
No files found.
Doc/lib/libcodecs.tex
View file @
cd84b92f
...
...
@@ -161,7 +161,7 @@ directly.
\end{funcdesc}
\begin{funcdesc}
{
lookup
_
error
}{
name
}
Return the error handler previously register under the name
\var
{
name
}
.
Return the error handler previously register
ed
under the name
\var
{
name
}
.
Raises a
\exception
{
LookupError
}
in case the handler cannot be found.
\end{funcdesc}
...
...
@@ -366,7 +366,7 @@ steps. It defines the following methods which every incremental encoder must
define in order to be compatible with the Python codec registry.
\begin{classdesc}
{
IncrementalEncoder
}{
\optional
{
errors
}}
Constructor for a
\class
{
IncrementalEncoder
}
instance.
Constructor for a
n
\class
{
IncrementalEncoder
}
instance.
All incremental encoders must provide this constructor interface. They are
free to add additional keyword arguments, but only the ones defined
...
...
@@ -413,7 +413,7 @@ steps. It defines the following methods which every incremental decoder must
define in order to be compatible with the Python codec registry.
\begin{classdesc}
{
IncrementalDecoder
}{
\optional
{
errors
}}
Constructor for a
\class
{
IncrementalDecoder
}
instance.
Constructor for a
n
\class
{
IncrementalDecoder
}
instance.
All incremental decoders must provide this constructor interface. They are
free to add additional keyword arguments, but only the ones defined
...
...
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