[Python-checkins] CVS: python/dist/src/Doc/ref ref7.tex,1.24,1.25

Fred L. Drake fdrake@users.sourceforge.net
Thu, 10 May 2001 08:09:38 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv9991/ref

Modified Files:
	ref7.tex 
Log Message:

Fix typo reported by David Goodger.  This closes SF patch #422383.


Index: ref7.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref7.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** ref7.tex	2001/03/23 17:23:50	1.24
--- ref7.tex	2001/05/10 15:09:36	1.25
***************
*** 402,406 ****
  \method{__init__()} method or in another method.  Both class and
  instance variables are accessible through the notation
! ```code{self.name}'', and an instance variable hides a class variable
  with the same name when accessed in this way.  Class variables with
  immutable values can be used as defaults for instance variables.
--- 402,406 ----
  \method{__init__()} method or in another method.  Both class and
  instance variables are accessible through the notation
! ``\code{self.name}'', and an instance variable hides a class variable
  with the same name when accessed in this way.  Class variables with
  immutable values can be used as defaults for instance variables.