Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3c466 commit daae327Copy full SHA for daae327
1 file changed
Doc/lib/libdatetime.tex
@@ -569,7 +569,7 @@ \subsection{\class{datetime} Objects \label{datetime-datetime}}
569
570
\method{fromtimestamp()} may raise \exception{ValueError}, if the
571
timestamp is out of the range of values supported by the platform C
572
- \cfunction{localtime()} or \cfunction(gmtime()} functions. It's common
+ \cfunction{localtime()} or \cfunction{gmtime()} functions. It's common
573
for this to be restricted to years in 1970 through 2038.
574
Note that on non-POSIX systems that include leap seconds in their
575
notion of a timestamp, leap seconds are ignored by
0 commit comments