Skip to content

Commit

Permalink
Removed an inaccurate statement
Browse files Browse the repository at this point in the history
in docstrings of dateparse functions.
  • Loading branch information
aaugustin committed Aug 19, 2012
1 parent 7631fb8 commit a43ecc0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions django/utils/dateparse.py
Expand Up @@ -43,8 +43,6 @@ def parse_time(value):
This function doesn't support time zone offsets.
Sub-microsecond precision is accepted, but ignored.
Raises ValueError if the input is well formatted but not a valid time.
Returns None if the input isn't well formatted, in particular if it
contains an offset.
Expand All @@ -63,8 +61,6 @@ def parse_datetime(value):
This function supports time zone offsets. When the input contains one,
the output uses an instance of FixedOffset as tzinfo.
Sub-microsecond precision is accepted, but ignored.
Raises ValueError if the input is well formatted but not a valid datetime.
Returns None if the input isn't well formatted.
"""
Expand Down

0 comments on commit a43ecc0

Please sign in to comment.