diff options
author | Skip Montanaro <skip@pobox.com> | 2009-11-03 02:44:50 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2009-11-03 02:44:50 (GMT) |
commit | d82368232264623508dee9115a3cc22d047cf748 (patch) | |
tree | f43ee2bb17841ee0e8e25ed194484a26507f1979 /Doc | |
parent | 7f4f8c3ff148e151e345253c8a607a1d5fe14d4d (diff) | |
download | cpython-d82368232264623508dee9115a3cc22d047cf748.zip cpython-d82368232264623508dee9115a3cc22d047cf748.tar.gz cpython-d82368232264623508dee9115a3cc22d047cf748.tar.bz2 |
typo (space-o?)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 54fa755..662bce2 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -471,7 +471,7 @@ Instance methods: Return a 3-tuple, (ISO year, ISO week number, ISO weekday). The ISO calendar is a widely used variant of the Gregorian calendar. See - http://www.phys.uu.nl/ vgent/calendar/isocalendar.htm for a good explanation. + http://www.phys.uu.nl/vgent/calendar/isocalendar.htm for a good explanation. The ISO year consists of 52 or 53 full weeks, and where a week starts on a Monday and ends on a Sunday. The first week of an ISO year is the first |