projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d16ba
)
Fix a typo
author
Neal Norwitz
<nnorwitz@gmail.com>
Sun, 5 Jan 2003 22:20:51 +0000
(22:20 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Sun, 5 Jan 2003 22:20:51 +0000
(22:20 +0000)
Doc/lib/libos.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libos.tex
b/Doc/lib/libos.tex
index 42acc35109f9a95923c8c47a6c82bad985532fe2..c93c83542ca2624b787eec85a9a7c74d6ca128db 100644
(file)
--- a/
Doc/lib/libos.tex
+++ b/
Doc/lib/libos.tex
@@
-918,7
+918,7
@@
fractions of a second in a time stamp can use this function to have
time stamps represented as floats. Whether they will actually observe
non-zero fractions depends on the system.
-Future Python releases will change the default of this setting
s
;
+Future Python releases will change the default of this setting;
applications that cannot deal with floating point time stamps can then
use this function to turn the feature off.