]> granicus.if.org Git - python/commitdiff
Document that hour in datetime.time ctor is optional parameter.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 6 Dec 2012 14:32:37 +0000 (16:32 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 6 Dec 2012 14:32:37 +0000 (16:32 +0200)
Thanks to Sean Munkel from docs@

Doc/library/datetime.rst

index 50b488b7cdac93cefef03ff91736335c905a5d65..b6a2070cfd13185145dcac23299a55ca06bc0c4f 100644 (file)
@@ -1154,7 +1154,7 @@ Using datetime with tzinfo:
 A time object represents a (local) time of day, independent of any particular
 day, and subject to adjustment via a :class:`tzinfo` object.
 
-.. class:: time(hour[, minute[, second[, microsecond[, tzinfo]]]])
+.. class:: time([hour[, minute[, second[, microsecond[, tzinfo]]]]])
 
    All arguments are optional.  *tzinfo* may be ``None``, or an instance of a
    :class:`tzinfo` subclass.  The remaining arguments may be ints or longs, in the