[Python-checkins] CVS: python/nondist/peps pep-0246.txt,1.3,1.4

Barry Warsaw bwarsaw@users.sourceforge.net
Mon, 04 Feb 2002 13:09:12 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv11873

Modified Files:
	pep-0246.txt 
Log Message:
Spelling error.


Index: pep-0246.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0246.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0246.txt	2001/07/05 19:20:16	1.3
--- pep-0246.txt	2002/02/04 21:09:10	1.4
***************
*** 18,22 ****
      This proposal provides a built-in "adapt" function that, for any
      object X and protocol Y, can be used to ask the Python environment
!     for a version of X complaint with Y.  Behind the scenes, the
      mechanism asks the object X: "Are you now, or do you know how to
      wrap yourself to provide, a supporter of protocol Y?".  And, if
--- 18,22 ----
      This proposal provides a built-in "adapt" function that, for any
      object X and protocol Y, can be used to ask the Python environment
!     for a version of X compliant with Y.  Behind the scenes, the
      mechanism asks the object X: "Are you now, or do you know how to
      wrap yourself to provide, a supporter of protocol Y?".  And, if