[Python-checkins] python/dist/src/Doc/ref ref3.tex, 1.121,
1.122 ref5.tex, 1.86, 1.87 ref6.tex, 1.74, 1.75
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sat Jan 1 01:29:17 CET 2005
- Previous message: [Python-checkins] python/dist/src/Doc/mac libframework.tex, 1.11,
1.12 undoc.tex, 1.13, 1.14 using.tex, 1.13, 1.14
- Next message: [Python-checkins] python/dist/src/Doc/lib compiler.tex, 1.5,
1.6 emailheaders.tex, 1.5, 1.6 libbsddb.tex, 1.19,
1.20 libcd.tex, 1.13, 1.14 libcmath.tex, 1.14,
1.15 libcodecs.tex, 1.34, 1.35 libcodeop.tex, 1.7,
1.8 libcookielib.tex, 1.2, 1.3 libcurses.tex, 1.48,
1.49 libdifflib.tex, 1.22, 1.23 libdoctest.tex, 1.66,
1.67 libexcs.tex, 1.54, 1.55 libfilecmp.tex, 1.9,
1.10 libfuncs.tex, 1.177, 1.178 libgdbm.tex, 1.20,
1.21 libhotshot.tex, 1.5, 1.6 libimaplib.tex, 1.30,
1.31 libimgfile.tex, 1.12, 1.13 libmimetools.tex, 1.24,
1.25 libmultifile.tex, 1.14, 1.15 liboperator.tex, 1.31,
1.32 libossaudiodev.tex, 1.12, 1.13 libplatform.tex, 1.2,
1.3 libpprint.tex, 1.17, 1.18 libpyexpat.tex, 1.24,
1.25 libre.tex, 1.112, 1.113 libresource.tex, 1.18,
1.19 librfc822.tex, 1.45, 1.46 libselect.tex, 1.22,
1.23 libshelve.tex, 1.21, 1.22 libstdtypes.tex, 1.171,
1.172 libtime.tex, 1.70, 1.71 libunittest.tex, 1.19,
1.20 libuserdict.tex, 1.24, 1.25 libuu.tex, 1.12,
1.13 libwarnings.tex, 1.12, 1.13 libxmlrpclib.tex, 1.19,
1.20 libzipfile.tex, 1.16, 1.17 mimelib.tex, 1.8,
1.9 tkinter.tex, 1.27, 1.28 xmldom.tex, 1.25,
1.26 xmldomminidom.tex, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3901/Doc/ref
Modified Files:
ref3.tex ref5.tex ref6.tex
Log Message:
SF Patch #1093896: miscellaneous doc typos
Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- ref3.tex 12 Aug 2004 18:12:43 -0000 1.121
+++ ref3.tex 1 Jan 2005 00:28:43 -0000 1.122
@@ -1328,7 +1328,7 @@
\begin{methoddesc}[object]{__get__}{self, instance, owner}
Called to get the attribute of the owner class (class attribute access)
-or of an instance of that class (instance attribute acces).
+or of an instance of that class (instance attribute access).
\var{owner} is always the owner class, while \var{instance} is the
instance that the attribute was accessed through, or \code{None} when
the attribute is accessed through the \var{owner}. This method should
Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- ref5.tex 11 Nov 2004 06:14:05 -0000 1.86
+++ ref5.tex 1 Jan 2005 00:28:43 -0000 1.87
@@ -262,7 +262,7 @@
dictionary to store the corresponding datum.
Restrictions on the types of the key values are listed earlier in
-section \ref{types}. (To summarize,the key type should be hashable,
+section \ref{types}. (To summarize, the key type should be hashable,
which excludes all mutable objects.) Clashes between duplicate keys
are not detected; the last datum (textually rightmost in the display)
stored for a given key value prevails.
Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- ref6.tex 12 Dec 2004 16:52:40 -0000 1.74
+++ ref6.tex 1 Jan 2005 00:28:44 -0000 1.75
@@ -497,7 +497,7 @@
\begin{notice}
In Python 2.2, the \keyword{yield} statement is only allowed
when the \code{generators} feature has been enabled. It will always
-be enabled in Python 2.3. This \code{__future__} import statment can
+be enabled in Python 2.3. This \code{__future__} import statement can
be used to enable the feature:
\begin{verbatim}
- Previous message: [Python-checkins] python/dist/src/Doc/mac libframework.tex, 1.11,
1.12 undoc.tex, 1.13, 1.14 using.tex, 1.13, 1.14
- Next message: [Python-checkins] python/dist/src/Doc/lib compiler.tex, 1.5,
1.6 emailheaders.tex, 1.5, 1.6 libbsddb.tex, 1.19,
1.20 libcd.tex, 1.13, 1.14 libcmath.tex, 1.14,
1.15 libcodecs.tex, 1.34, 1.35 libcodeop.tex, 1.7,
1.8 libcookielib.tex, 1.2, 1.3 libcurses.tex, 1.48,
1.49 libdifflib.tex, 1.22, 1.23 libdoctest.tex, 1.66,
1.67 libexcs.tex, 1.54, 1.55 libfilecmp.tex, 1.9,
1.10 libfuncs.tex, 1.177, 1.178 libgdbm.tex, 1.20,
1.21 libhotshot.tex, 1.5, 1.6 libimaplib.tex, 1.30,
1.31 libimgfile.tex, 1.12, 1.13 libmimetools.tex, 1.24,
1.25 libmultifile.tex, 1.14, 1.15 liboperator.tex, 1.31,
1.32 libossaudiodev.tex, 1.12, 1.13 libplatform.tex, 1.2,
1.3 libpprint.tex, 1.17, 1.18 libpyexpat.tex, 1.24,
1.25 libre.tex, 1.112, 1.113 libresource.tex, 1.18,
1.19 librfc822.tex, 1.45, 1.46 libselect.tex, 1.22,
1.23 libshelve.tex, 1.21, 1.22 libstdtypes.tex, 1.171,
1.172 libtime.tex, 1.70, 1.71 libunittest.tex, 1.19,
1.20 libuserdict.tex, 1.24, 1.25 libuu.tex, 1.12,
1.13 libwarnings.tex, 1.12, 1.13 libxmlrpclib.tex, 1.19,
1.20 libzipfile.tex, 1.16, 1.17 mimelib.tex, 1.8,
1.9 tkinter.tex, 1.27, 1.28 xmldom.tex, 1.25,
1.26 xmldomminidom.tex, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list