]> granicus.if.org Git - python/commitdiff
Fix markup
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 25 Jan 2003 21:08:30 +0000 (21:08 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 25 Jan 2003 21:08:30 +0000 (21:08 +0000)
Doc/lib/libdatetime.tex

index 693ae79d16cd2dbe9b68c5db1ae7ba2f33bac358..c8b251f0f06fc8df30a0d0d4ae0a15757917e54d 100644 (file)
@@ -569,7 +569,7 @@ Other constructors, all class methods:
 
   \method{fromtimestamp()} may raise \exception{ValueError}, if the
   timestamp is out of the range of values supported by the platform C
-  \cfunction{localtime()} or \cfunction(gmtime()} functions.  It's common
+  \cfunction{localtime()} or \cfunction{gmtime()} functions.  It's common
   for this to be restricted to years in 1970 through 2038.
   Note that on non-POSIX systems that include leap seconds in their
   notion of a timestamp, leap seconds are ignored by