diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-19 03:39:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-19 03:39:17 (GMT) |
commit | b184ae860e7a1922918a1822274fb7bacacde163 (patch) | |
tree | 613885bc2dbb4d637597c4266738a6805971a2bc /Doc/lib/libdatetime.tex | |
parent | 9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc (diff) | |
download | cpython-b184ae860e7a1922918a1822274fb7bacacde163.zip cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.gz cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.bz2 |
fix a bunch of spelling errors
(closes SF patch #1104868)
Diffstat (limited to 'Doc/lib/libdatetime.tex')
-rw-r--r-- | Doc/lib/libdatetime.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index c3fb890..cbda4c4 100644 --- a/Doc/lib/libdatetime.tex +++ b/Doc/lib/libdatetime.tex @@ -23,7 +23,7 @@ zone, daylight saving time, or other kind of algorithmic or political time adjustment. Whether a naive \class{datetime} object represents Coordinated Universal Time (UTC), local time, or time in some other timezone is purely up to the program, just like it's up to the program -whether a particular number represents meters, miles, or mass. Naive +whether a particular number represents metres, miles, or mass. Naive \class{datetime} objects are easy to understand and to work with, at the cost of ignoring some aspects of reality. |