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
b184ae86
Commit
b184ae86
authored
Jan 19, 2005
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a bunch of spelling errors
(closes SF patch #1104868)
parent
9f79dbfd
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
Doc/lib/libdatetime.tex
Doc/lib/libdatetime.tex
+1
-1
Doc/lib/libmmap.tex
Doc/lib/libmmap.tex
+1
-1
Doc/lib/libos.tex
Doc/lib/libos.tex
+1
-1
Doc/lib/libstdwin.tex
Doc/lib/libstdwin.tex
+1
-1
Doc/lib/libxmlrpclib.tex
Doc/lib/libxmlrpclib.tex
+1
-1
Doc/lib/tkinter.tex
Doc/lib/tkinter.tex
+1
-1
Doc/mac/scripting.tex
Doc/mac/scripting.tex
+1
-1
Doc/ref/ref5.tex
Doc/ref/ref5.tex
+1
-1
No files found.
Doc/lib/libdatetime.tex
View file @
b184ae86
...
...
@@ -23,7 +23,7 @@ zone, daylight saving time, or other kind of algorithmic or political
time adjustment. Whether a naive
\class
{
datetime
}
object represents
Coordinated Universal Time (UTC), local time, or time in some other
timezone is purely up to the program, just like it's up to the program
whether a particular number represents met
er
s, miles, or mass. Naive
whether a particular number represents met
re
s, miles, or mass. Naive
\class
{
datetime
}
objects are easy to understand and to work with, at
the cost of ignoring some aspects of reality.
...
...
Doc/lib/libmmap.tex
View file @
b184ae86
...
...
@@ -35,7 +35,7 @@ mapping. The initial memory values for all three access types are
taken from the specified file. Assignment to an
\constant
{
ACCESS
_
READ
}
memory map raises a
\exception
{
TypeError
}
exception. Assignment to an
\constant
{
ACCESS
_
WRITE
}
memory map
affects both memory and the underlying file. Assigment to an
affects both memory and the underlying file. Assig
n
ment to an
\constant
{
ACCESS
_
COPY
}
memory map affects memory but does not update
the underlying file.
...
...
Doc/lib/libos.tex
View file @
b184ae86
...
...
@@ -639,7 +639,7 @@ Availability: Windows.
\begin{datadesc}
{
SEEK
_
SET
}
\dataline
{
SEEK
_
CUR
}
\dataline
{
SEEK
_
END
}
Paramete
te
rs to the
\function
{
lseek()
}
function.
Parameters to the
\function
{
lseek()
}
function.
Their values are 0, 1, and 2, respectively.
Availability: Windows, Macintosh,
\UNIX
.
\versionadded
{
2.5
}
...
...
Doc/lib/libstdwin.tex
View file @
b184ae86
...
...
@@ -114,7 +114,7 @@ Return the screen size in pixels.
\end{funcdesc}
\begin{funcdesc}
{
getscrmm
}{}
Return the screen size in millimet
er
s.
Return the screen size in millimet
re
s.
\end{funcdesc}
\begin{funcdesc}
{
fetchcolor
}{
colorname
}
...
...
Doc/lib/libxmlrpclib.tex
View file @
b184ae86
...
...
@@ -5,7 +5,7 @@
\moduleauthor
{
Fredrik Lundh
}{
fredrik@pythonware.com
}
\sectionauthor
{
Eric S. Raymond
}{
esr@snark.thyrsus.com
}
% Not everyting is documented yet. It might be good to describe
% Not everyt
h
ing is documented yet. It might be good to describe
% Marshaller, Unmarshaller, getparser, dumps, loads, and Transport.
\versionadded
{
2.2
}
...
...
Doc/lib/tkinter.tex
View file @
b184ae86
...
...
@@ -731,7 +731,7 @@ Ousterhout's book.
Screen distances can be specified in either pixels or absolute
distances. Pixels are given as numbers and absolute distances as
strings, with the trailing character denoting units:
\code
{
c
}
for centimet
ers,
\code
{
i
}
for inches,
\code
{
m
}
for millimeter
s,
for centimet
res,
\code
{
i
}
for inches,
\code
{
m
}
for millimetre
s,
\code
{
p
}
for printer's points. For example, 3.5 inches is expressed
as
\code
{
"3.5i"
}
.
...
...
Doc/mac/scripting.tex
View file @
b184ae86
\chapter
{
MacPython OSA Modules
\label
{
scripting
}}
Python has a fairly complete implementation of the Open Scripting
Architecure (OSA, also commonly referred to as AppleScript), allowing
Architec
t
ure (OSA, also commonly referred to as AppleScript), allowing
you to control scriptable applications from your Python program,
and with a fairly pythonic interface.
...
...
Doc/ref/ref5.tex
View file @
b184ae86
...
...
@@ -960,7 +960,7 @@ The set membership test has traditionally been bound to sequences; an
object is a member of a set if the set is a sequence and contains an
element equal to that object. However, it is possible for an object
to support membership tests without being a sequence. In particular,
dictionaries support memership testing as a nicer way of spelling
dictionaries support mem
b
ership testing as a nicer way of spelling
\code
{
\var
{
key
}
in
\var
{
dict
}}
; other mapping types may follow suit.
For the list and tuple types,
\code
{
\var
{
x
}
in
\var
{
y
}}
is true if and
...
...
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