[Python-checkins] python/nondist/peps pep-0246.txt,1.6,1.7

jvr at users.sourceforge.net jvr at users.sourceforge.net
Fri Jan 14 20:01:14 CET 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14053
Modified Files:
	pep-0246.txt 
Log Message:
fixed a couple of typos
Index: pep-0246.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0246.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pep-0246.txt	10 Jan 2005 14:31:35 -0000	1.6
+++ pep-0246.txt	14 Jan 2005 19:01:09 -0000	1.7
@@ -325,12 +325,12 @@
 
 def f(X):
 X = adapt(X, Y)
- # continue by using X according to protocol X
+ # continue by using X according to protocol Y
 
 In [4], the BDFL has proposed introducing the syntax:
 
 def f(X: Y):
- # continue by using X according to protocol X
+ # continue by using X according to protocol Y
 
 to be a handy shortcut for exactly this typical use of adapt, and,
 as a basis for experimentation until the parser has been modified
@@ -338,7 +338,7 @@
 
 @arguments(Y)
 def f(X):
- # continue by using X according to protocol X
+ # continue by using X according to protocol Y
 
 These BDFL ideas are fully compatible with this proposal, as are
 other of Guido's suggestions in the same blog.
@@ -615,7 +615,7 @@
 appropriate adapter, but even then searching for the adapter
 and figuring out how to deploy the adapter takes time.
 
- This technique enables supplierrs to work with each other
+ This technique enables suppliers to work with each other
 directly, by implementing __conform__ or __adapt__ as
 necessary. This frees the integrator from making their own
 adapters. In essence, this allows the components to have a


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /