[Python-checkins] python/dist/src/Doc/api concrete.tex,1.51,1.52

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Mon Aug 2 23:56:35 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12735/Doc/api

Modified Files:
	concrete.tex 
Log Message:
Fix typo though

Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** concrete.tex	2 Aug 2004 08:36:07 -0000	1.51
--- concrete.tex	2 Aug 2004 21:56:33 -0000	1.52
***************
*** 2826,2830 ****
  
  \begin{cfuncdesc}{int}{PyDateTime_DATE_GET_HOUR}{PyDateTime_DateTime *o}
!   Return the hour, an int from 0 though 23.
    \versionadded{2.4}
  \end{cfuncdesc}
--- 2826,2830 ----
  
  \begin{cfuncdesc}{int}{PyDateTime_DATE_GET_HOUR}{PyDateTime_DateTime *o}
!   Return the hour, as an int from 0 through 23.
    \versionadded{2.4}
  \end{cfuncdesc}
***************
*** 2850,2854 ****
  
  \begin{cfuncdesc}{int}{PyDateTime_TIME_GET_HOUR}{PyDateTime_Time *o}
!   Return the hour, as an int from 0 though 23.
    \versionadded{2.4}
  \end{cfuncdesc}
--- 2850,2854 ----
  
  \begin{cfuncdesc}{int}{PyDateTime_TIME_GET_HOUR}{PyDateTime_Time *o}
!   Return the hour, as an int from 0 through 23.
    \versionadded{2.4}
  \end{cfuncdesc}



More information about the Python-checkins mailing list