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
caa94bd4
Commit
caa94bd4
authored
Jan 23, 2006
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct misspellings.
parent
131e4f71
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Doc/lib/libdecimal.tex
Doc/lib/libdecimal.tex
+1
-1
Doc/lib/libhashlib.tex
Doc/lib/libhashlib.tex
+1
-1
Doc/lib/libpipes.tex
Doc/lib/libpipes.tex
+1
-1
Doc/lib/tkinter.tex
Doc/lib/tkinter.tex
+1
-1
No files found.
Doc/lib/libdecimal.tex
View file @
caa94bd4
...
...
@@ -1180,7 +1180,7 @@ have the same value at various precisions. Is there a way to transform them to
a single recognizable canonical value?
A. The
\method
{
normalize()
}
method maps all equivalent values to a single
representive:
represent
at
ive:
\begin{verbatim}
>>> values = map(Decimal, '200 200.000 2E2 .02E+4'.split())
...
...
Doc/lib/libhashlib.tex
View file @
caa94bd4
...
...
@@ -15,7 +15,7 @@ This module implements a common interface to many different secure hash and
message digest algorithms. Included are the FIPS secure hash algorithms SHA1,
SHA224, SHA256, SHA384, and SHA512 (defined in FIPS 180-2) as well as RSA's MD5
algorithm (defined in Internet
\rfc
{
1321
}
).
The terms secure hash and message digest are interchangable. Older
The terms secure hash and message digest are interchang
e
able. Older
algorithms were called message digests. The modern term is secure hash.
\warning
{
Some algorithms have known hash collision weaknesses, see the FAQ at the end.
}
...
...
Doc/lib/libpipes.tex
View file @
caa94bd4
...
...
@@ -8,7 +8,7 @@
The
\module
{
pipes
}
module defines a class to abstract the concept of
a
\emph
{
pipeline
}
--- a sequence of convert
o
rs from one file to
a
\emph
{
pipeline
}
--- a sequence of convert
e
rs from one file to
another.
Because the module uses
\program
{
/bin/sh
}
command lines, a
\POSIX
{}
or
...
...
Doc/lib/tkinter.tex
View file @
caa94bd4
...
...
@@ -476,7 +476,7 @@ Tk man pages for the widget in question.
Note that the man pages list "STANDARD OPTIONS" and "WIDGET SPECIFIC
OPTIONS" for each widget. The former is a list of options that are
common to many widgets, the latter are the options that are
id
e
osyncratic to that particular widget. The Standard Options are
id
i
osyncratic to that particular widget. The Standard Options are
documented on the
\manpage
{
options
}{
3
}
man page.
No distinction between standard and widget-specific options is made in
...
...
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