Skip to content

Commit

Permalink
fix earlier copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 23, 2013
1 parent baa2576 commit 70feeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DateTime/DateTime.txt
Expand Up @@ -330,7 +330,7 @@ Component access
* ``parts()`` returns a tuple containing the calendar year, month,
day, hour, minute second and timezone of the object

>>> y.parts() # doctest: +ELLIPSIS
>>> dt.parts() # doctest: +ELLIPSIS
(1997, 3, 9, 13, 45, ... 'US/Eastern')

* ``timezone()`` returns the timezone in which the object is represented:
Expand Down

0 comments on commit 70feeca

Please sign in to comment.