[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.65.2.2,1.65.2.3

Fred L. Drake python-dev@python.org
Mon, 4 Sep 2000 19:45:12 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32050/api

Modified Files:
      Tag: cnri-16-start
	api.tex 
Log Message:

Make the example result for Py_GetCopyright() pass muster (not break
formatting).


Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.65.2.2
retrieving revision 1.65.2.3
diff -C2 -r1.65.2.2 -r1.65.2.3
*** api.tex	2000/09/04 14:34:32	1.65.2.2
--- api.tex	2000/09/05 02:45:09	1.65.2.3
***************
*** 3727,3736 ****
  \begin{cfuncdesc}{const char*}{Py_GetCopyright}{}
  Return the official copyright string for the current Python version, 
! for example
  
! \code{"Copyright (c) 1995-2000 Corporation for National Research Initiatives.\n\
  All Rights Reserved.\n\
  Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\n\
! All Rights Reserved."}
  
  The returned string points into static storage; the caller should not 
--- 3727,3738 ----
  \begin{cfuncdesc}{const char*}{Py_GetCopyright}{}
  Return the official copyright string for the current Python version, 
! for example:
  
! \begin{verbatim}
! "Copyright (c) 1995-2000 Corporation for National Research Initiatives.\n\
  All Rights Reserved.\n\
  Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\n\
! All Rights Reserved."
! \end{verbatim}
  
  The returned string points into static storage; the caller should not